Searched refs:HCurrentMethod (Results 1 - 8 of 8) 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...]
H A Dnodes.cc519 HCurrentMethod* HGraph::GetCurrentMethod() {
524 cached_current_method_ = new (arena_) HCurrentMethod(
H A Dcode_generator_mips64.cc3584 void LocationsBuilderMIPS64::VisitCurrentMethod(HCurrentMethod* instruction) {
3590 void InstructionCodeGeneratorMIPS64::VisitCurrentMethod(HCurrentMethod* instruction
H A Dcode_generator_arm64.cc4391 void LocationsBuilderARM64::VisitCurrentMethod(HCurrentMethod* instruction) {
4398 HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips.cc4429 void LocationsBuilderMIPS::VisitCurrentMethod(HCurrentMethod* instruction) {
4435 void InstructionCodeGeneratorMIPS::VisitCurrentMethod(HCurrentMethod* instruction
H A Dcode_generator_arm.cc3553 void LocationsBuilderARM::VisitCurrentMethod(HCurrentMethod* instruction) {
3559 void InstructionCodeGeneratorARM::VisitCurrentMethod(HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86.cc4053 void LocationsBuilderX86::VisitCurrentMethod(HCurrentMethod* instruction) {
4059 void InstructionCodeGeneratorX86::VisitCurrentMethod(HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86_64.cc3963 void LocationsBuilderX86_64::VisitCurrentMethod(HCurrentMethod* instruction) {
3970 HCurrentMethod* instruction ATTRIBUTE_UNUSED) {

Completed in 147 milliseconds