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

/art/compiler/optimizing/
H A Dnodes.h45 class HCurrentMethod;
485 HCurrentMethod* GetCurrentMethod();
624 HCurrentMethod* cached_current_method_;
2812 class HCurrentMethod : public HExpression<0> { class in class:art::HTryBoundary
2814 explicit HCurrentMethod(Primitive::Type type, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HCurrentMethod
2820 DISALLOW_COPY_AND_ASSIGN(HCurrentMethod);
3606 HCurrentMethod* current_method,
3919 // There is potentially one extra argument for the HCurrentMethod node, and
4201 HCurrentMethod* current_method,
5337 HLoadClass(HCurrentMethod* current_metho
[all...]

Completed in 676 milliseconds