Searched refs:type2size (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciType.hpp73 int size() const { return type2size[basic_type()]; }
H A DbcEscapeAnalyzer.cpp337 set_modified(arg, OFFSET_ANY, type2size[T_INT]*HeapWordSize);
519 set_modified(arr, OFFSET_ANY, type2size[T_INT]*HeapWordSize);
529 set_modified(arr, OFFSET_ANY, type2size[T_LONG]*HeapWordSize);
537 set_modified(arr, OFFSET_ANY, type2size[T_OBJECT]*HeapWordSize);
841 } else if (type2size[field_type] == 1) {
855 } else if (type2size[field_type] == 1) {
863 set_modified(p, will_link ? field->offset() : OFFSET_ANY, type2size[field_type]*HeapWordSize);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp76 sizeargs += type2size[signature->at(i)];
102 i += type2size[t];
122 sizeargs += type2size[signature->at(i)];
147 assert(type2size[opr->type()] == type2size[t], "type mismatch");
153 i += type2size[t];
195 java_index += type2size[opr->type()];
218 java_index += type2size[opr->type()];
H A Dc1_LIRGenerator.cpp923 assert(type2size[t] == type2size[value->type()],
2605 java_index += type2size[t];
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp127 assert(type2size[vt] == type2size[ft], "");
214 int type2size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 1, 1, -1}; variable
H A DglobalDefinitions.hpp522 extern int type2size[T_CONFLICT+1]; // Map BasicType to result stack elements
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp206 if (type2size[bt] == 1)
259 Node* val = type2size[bt] == 1 ? pop() : pop_pair();
H A DgraphKit.hpp426 int n_size = type2size[n_type];
433 int n_size = type2size[n_type];
H A Dlibrary_call.cpp2635 const bool two_slot_type = type2size[type] == 2;
2776 assert(type2size[load_store->bottom_type()->basic_type()] == type2size[rtype], "result type should match");
H A Dcfgnode.cpp1429 if( bt == T_ILLEGAL || type2size[bt] <= 0 )
H A Dparse1.cpp739 int ret_size = type2size[ret_type->basic_type()];
H A DgraphKit.cpp1000 rsize = type2size[rtype];
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp322 Value *result_addr = stack()->CreatePopFrame(type2size[result_type]);
H A DsharkTopLevelBlock.cpp796 Value *result_addr = stack()->CreatePopFrame(type2size[type]);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.cpp368 java_index += type2size[opr->type()];
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp161 result_slots = type2size[result_type_of(method)];
402 stack->set_sp(stack->sp() - type2size[type]);
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp676 top_frame_expression_stack_adjustment = type2size[bytecode_result_type];
763 assert(sv->field_size() % type2size[ak->element_type()] == 0, "non-integral array length");
764 int len = sv->field_size() / type2size[ak->element_type()];
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2592 if (type2size[t] == 2) {
2595 assert(type2size[t] == 1, "size is 1 or 2");
2653 sig_index += type2size[t];
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2615 slots += type2size[bt];
2622 return type2size[bt];

Completed in 397 milliseconds