Home
last modified time | relevance | path

Searched refs:FindMethodLiteral (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp127 EXPECT_TRUE(pf->FindMethodLiteral(methodId[0].GetOffset()) == nullptr); in HWTEST_F_L0()
131 EXPECT_TRUE(pf->FindMethodLiteral(methodId[0].GetOffset()) != nullptr); in HWTEST_F_L0()
132 EXPECT_EQ(pf->FindMethodLiteral(methodId[0].GetOffset())->GetFunctionKind(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp62 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer()
117 jsPandaFile_->FindMethodLiteral(methodOffset_), in ProcessTypeInference()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp67 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset()); in GetMethodLiteral()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp103 MethodLiteral *mainMethodLiteral = patchFile->FindMethodLiteral(mainMethodIndex); in ExecutePatchMain()
325 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h183 PUBLIC_API MethodLiteral *FindMethodLiteral(uint32_t offset) const;
Djs_pandafile.cpp205 MethodLiteral *JSPandaFile::FindMethodLiteral(uint32_t offset) const in FindMethodLiteral() function in panda::ecmascript::JSPandaFile
Dprogram_object.h207 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache()
Dliteral_data_extractor.cpp221 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral()
Dpanda_file_translator.cpp127 MethodLiteral *mainMethodLiteral = jsPandaFile->FindMethodLiteral(mainMethodIndex); in GenerateProgram()
211 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool()
280 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h116 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run()
Dts_inline_lowering.cpp95 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp210 MethodLiteral *mainMethod = jsPandaFile->FindMethodLiteral(mainFuncMethodId); in SetAOTMainFuncEntry()