Searched defs:bt (Results 26 - 49 of 49) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/ci/
H A DciMethod.cpp1426 static BasicType erase_to_word_type(BasicType bt) { argument
/openjdk10/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp493 BasicType bt = char2type(sig->byte_at(0)); local
508 BasicType bt = ss.type(); local
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1873 BasicType bt = ldc.result_type(); local
/openjdk10/hotspot/src/share/vm/opto/
H A Dparse1.cpp302 BasicType bt = type->basic_type(); local
733 static Node* mask_int_value(Node* v, BasicType bt, PhaseGVN* gvn) { argument
103 fetch_interpreter_state(int index, BasicType bt, Node *local_addrs, Node *local_addrs_base) argument
H A Difnode.cpp1623 BoolTest bt = b->_test; local
H A Dsuperword.hpp343 BasicType bt = velt_basic_type(n); local
347 BasicType bt = velt_basic_type(n); local
H A Dstringopts.cpp1109 BasicType bt = field->layout_type(); local
1242 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, Node* final_merge, Node* final_mem, int merge_index) { argument
[all...]
H A Dcfgnode.cpp1460 BasicType bt = phi->type()->basic_type(); local
H A DphaseX.cpp758 ConNode* PhaseTransform::zerocon(BasicType bt) { argument
H A Descape.cpp2052 BasicType bt = T_INT; local
H A DgraphKit.hpp517 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, argument
526 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, const TypePtr* adr_type, argument
550 Node* store_to_memory(Node* ctl, Node* adr, Node* val, BasicType bt, argument
596 store_oop_to_object(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, MemNode::MemOrd mo) argument
607 store_oop_to_array(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, MemNode::MemOrd mo) argument
[all...]
H A Dmacro.cpp430 BasicType bt = ft; local
1256 Node* PhaseMacroExpand::make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) { argument
1265 Node* PhaseMacroExpand::make_store(Node* ctl, Node* mem, Node* base, int offset, Node* value, BasicType bt) { argument
H A Dloopopts.cpp521 BasicType bt = phi->type()->basic_type(); local
H A Dloopnode.cpp308 BoolTest::mask bt = test->_test._test; local
750 BoolTest::mask bt = cl->loopexit()->test_trip(); local
[all...]
H A DloopTransform.cpp1536 BoolTest::mask bt = loop_end->test_trip(); local
H A Dtype.cpp141 BasicType bt = basic_type(); local
3503 BasicType bt = constant.basic_type(); local
4940 BasicType bt = T_ILLEGAL; local
[all...]
H A Dsuperword.cpp252 BasicType bt; local
306 BasicType bt; local
1526 BasicType bt = velt_basic_type(p1->at(0)); local
2353 BasicType bt = velt_basic_type(n); local
2542 BasicType bt = velt_basic_type(p0); local
2736 BasicType bt = use->bottom_type()->basic_type(); local
2977 BasicType bt = n->as_Mem()->memory_type(); local
[all...]
H A Dmemnode.cpp786 Node *LoadNode::make(PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt, MemOrd mo, argument
1158 BasicType bt = T_ILLEGAL; local
1176 BasicType bt = T_ILLEGAL; local
1247 BasicType bt = c.basic_type(); local
2338 make(PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt, MemOrd mo) argument
[all...]
H A DgraphKit.cpp1486 Node* GraphKit::make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, argument
1513 Node* GraphKit::store_to_memory(Node* ctl, Node* adr, Node *val, BasicType bt, argument
1548 pre_barrier(bool do_load, Node* ctl, Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument
1593 post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx, Node* val, BasicType bt, bool use_precise) argument
1622 store_oop(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, bool use_precise, MemNode::MemOrd mo, bool mismatched) argument
1652 post_barrier(control(), store, obj, adr, adr_idx, val, bt, use_precise); local
1657 store_oop_to_unknown(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt, MemNode::MemOrd mo, bool mismatched) argument
2572 gen_subtype_check_compare(Node* ctrl, Node* in1, Node* in2, BoolTest::mask test, float p, PhaseGVN* gvn, BasicType bt) argument
3894 BasicType bt = T_BYTE; local
3915 __ store(__ ctrl(), card_adr, zero, bt, adr_type, MemNode::unordered); local
3918 __ storeCM(__ ctrl(), card_adr, zero, oop_store, adr_idx, bt, adr_type); local
3948 g1_can_remove_pre_barrier(PhaseTransform* phase, Node* adr, BasicType bt, uint adr_idx) argument
4034 g1_write_barrier_pre(bool do_load, Node* obj, Node* adr, uint alias_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument
4233 g1_write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint alias_idx, Node* val, BasicType bt, bool use_precise) argument
[all...]
H A Dlibrary_call.cpp134 BasicType bt = result()->bottom_type()->basic_type(); local
2409 BasicType bt = alias_type->basic_type(); local
2817 BasicType bt = alias_type->basic_type(); local
6119 BasicType bt = field->layout_type(); local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp641 BasicType bt = info->return_type(); variable
H A DsharedRuntime.cpp2333 int bt = ((sig_index < total_args_passed) local
/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp3358 BasicType bt local
3365 BasicType bt = java_lang_Class::as_BasicType(rtype(mt)); local
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp1034 static int bt( int x) { return opp_u_field(x, 10, 6); } function in class:Assembler

Completed in 604 milliseconds

12