Searched refs:currentMethod (Results 1 – 8 of 8) sorted by relevance
219 EtsMethod *currentMethod = nullptr; in TEST_F() local223 currentMethod = klass->GetMethod((fooName + std::to_string(i)).data()); in TEST_F()224 ASSERT(currentMethod); in TEST_F()225 methods.push_back(currentMethod); in TEST_F()
1036 auto currentMethod = GetCurrentMethod(); in DumpSourceLine() local1038 if (currentMethod != nullptr && pc != INVALID_PC) { in DumpSourceLine()1039 …to line = GetBasicBlock()->GetGraph()->GetRuntime()->GetLineNumberAndSourceFile(currentMethod, pc); in DumpSourceLine()
1772 void SetCurrentMethod(RuntimeInterface::MethodPtr currentMethod) in SetCurrentMethod() argument1774 currentMethod_ = currentMethod; in SetCurrentMethod()
50 Method *currentMethod = frameHandler.GetMethod(); in GetCurrentModule() local51 return currentMethod->GetModule(); in GetCurrentModule()
160 blx lr // call resolve(currentMethod, MAX_INT_INT_ID)
166 blx lr // call resolve(currentMethod, MAX_INT_INT_ID)
797 Method *currentMethod = frameHandler.GetMethod(); in RuntimeResolveClass() local798 JSHandle<JSTaggedValue> ecmaModule(thread, currentMethod->GetModule()); in RuntimeResolveClass()
73 …auto currentMethod = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); …74 …currentMethod->SetHotnessCounter(static_cast<int16_t>(hotnessCounter)); …