Home
last modified time | relevance | path

Searched refs:FindMethodLiteral (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A 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/
H A Dmethod.cpp73 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset()); in GetMethodLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.h73 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in Run()
H A Daot_compiler_preprocessor.cpp211 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in AnalyzeGraphs()
459 auto methodLiteral = jsPandaFile->FindMethodLiteral(index); in GenerateMethodMap()
H A Dtype_info_accessors.h451 MethodLiteral *targetMethodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in GetFunctionTypeLength()
470 MethodLiteral *targetMethodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in IsNoGC()
547 MethodLiteral *targetMethodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in GetFuncMethodOffset()
H A Dtyped_bytecode_lowering.cpp1527 MethodLiteral* method = ctx_->GetJSPandaFile()->FindMethodLiteral(methodId); in LowerTypedNewObjRange()
1610 auto *methodLiteral = ctx_->GetJSPandaFile()->FindMethodLiteral(methodId); in LowerTypedSuperCall()
1817 auto *methodLiteral = ctx_->GetJSPandaFile()->FindMethodLiteral(methodId); in LowerTypedCall()
1991 auto *methodLiteral = ctx_->GetJSPandaFile()->FindMethodLiteral(methodId); in LowerTypedThisCall()
H A Dts_inline_lowering.cpp120 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp255 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineFunctionTemplate()
332 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral()
H A Djs_pandafile.h231 PUBLIC_API MethodLiteral *FindMethodLiteral(uint32_t offset) const;
H A Dpanda_file_translator.cpp170 MethodLiteral *mainMethodLiteral = jsPandaFile->FindMethodLiteral(mainMethodIndex); in GenerateProgram()
265 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool()
336 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool()
H A Djs_pandafile.cpp228 MethodLiteral *JSPandaFile::FindMethodLiteral(uint32_t offset) const in FindMethodLiteral() function in panda::ecmascript::JSPandaFile
H A Dprogram_object.h519 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp459 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp367 MethodLiteral *mainMethod = jsPandaFile->FindMethodLiteral(mainFuncMethodId); in SetAOTMainFuncEntry()

Completed in 20 milliseconds