Home
last modified time | relevance | path

Searched defs:methodLiteral (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dir_module.cpp20 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName()
Dpass_manager.cpp60 Module *m) { in Compile()
222 Module *m) { in Compile()
321 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
Dtype_recorder.cpp29 TypeRecorder::TypeRecorder(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in TypeRecorder()
45 void TypeRecorder::LoadTypes(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in LoadTypes()
134 … TypeRecorder::LoadTypesFromPGO(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in LoadTypesFromPGO()
153 …TypeRecorder::CreateTypesForPGO(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in CreateTypesForPGO()
Dslowpath_lowering.h114 TSManager *tsManager, const MethodLiteral *methodLiteral, in SlowPathLowering()
Dcompilation_driver.h83 MethodLiteral *methodLiteral, in CompileMethod()
117 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run() local
398 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in CompileMethod() local
Dpass_manager.h98 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
Dcode_generator.h177 const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, in Run()
Daot_compiler_preprocessor.cpp214 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in GenerateGlobalTypes() local
Dcompilation_driver.cpp194 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod()
Dbytecode_info_collector.cpp117 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local
194 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ProcessMethod() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp92 …hod> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create()
131 MethodLiteral *methodLiteral = GetMethodLiteral(); in SetCompiledFuncEntry() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/
Djsvaluerefisasync_fuzzer.cpp39 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local
77 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp105 auto *methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local
130 auto *methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local
210 for (auto &methodLiteral : methodLiterals) { in CheckApMethodsInApFiles() local
447 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(61)); in HWTEST_F_L0() local
701 auto methodLiteral = iter.second; in HWTEST_F_L0() local
733 auto methodLiteral = iter.second; in HWTEST_F_L0() local
772 auto methodLiteral = iter.second; in HWTEST_F_L0() local
827 auto methodLiteral = iter.second; in HWTEST_F_L0() local
874 auto methodLiteral = iter.second; in HWTEST_F_L0() local
937 auto methodLiteral = iter.second; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp235 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos() local
284 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier() local
303 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetCallLineNumber() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h51 MethodLiteral *methodLiteral; member
Dpanda_file_translator.cpp75 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClasses() local
215 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool() local
284 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool() local
1383 void PandaFileTranslator::UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) in UpdateICOffset()
Djs_pandafile.h133 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp810 void HeapSnapshot::AddTraceNodeId(MethodLiteral *methodLiteral) in AddTraceNodeId()
837 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode() local
862 bool HeapSnapshot::AddMethodInfo(MethodLiteral *methodLiteral, in AddMethodInfo()
1078 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ParseFunctionName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h100 …Info(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp63 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp103 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp200 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp365 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local
411 MethodLiteral *methodLiteral = nullptr; in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp290 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTMainFuncEntry() local
316 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTFuncEntry() local

12