Searched defs:inline_depth (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp129 int inline_depth = inline_level()+1; local
237 int inline_depth = inline_level()+1; local
H A Dtype.cpp2363 const TypePtr *TypePtr::make(TYPES t, enum PTR ptr, int offset, const TypePtr* speculative, int inline_depth) { argument
2945 TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
3019 make(PTR ptr, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
3453 TypeInstPtr(PTR ptr, ciKlass* k, bool xk, ciObject* o, int off, int instance_id, const TypePtr* speculative, int inline_depth) argument
3463 make(PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
4028 make(PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
4039 make(PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id, const TypePtr* speculative, int inline_depth, bool is_autobox_cache) argument
[all...]
/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp1175 bool ciReplay::should_inline(void* data, ciMethod* method, int bci, int inline_depth) { argument
1189 bool ciReplay::should_not_inline(void* data, ciMethod* method, int bci, int inline_depth) { argument

Completed in 74 milliseconds