Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h53 MethodLiteral *methodLiteral, in CompileMethod()
73 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in Run() local
152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod()
Dpass_manager.cpp43 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral(); in Compile() local
75 ApEntityId abcId) -> bool { in Compile()
280 Module *m) { in Compile()
370 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
Dir_module.cpp21 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName()
Dslowpath_lowering.h116 PassContext *ctx, const MethodLiteral *methodLiteral, in SlowPathLowering()
Dntype_hcr_lowering.h27 const MethodLiteral *methodLiteral, bool enablePgoSpace, Chunk* chunk) in NTypeHCRLowering()
Daot_compiler_preprocessor.cpp212 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in AnalyzeGraphs() local
221 … BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, in AnalyzeGraph()
415 … const CString &recordName, const MethodLiteral *methodLiteral, in IsSkipMethod()
458 auto methodLiteral = jsPandaFile->FindMethodLiteral(index); in GenerateMethodMap() local
Dpass_manager.h80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
Dcode_generator.h222const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const FrameType frameType, in Run()
Dbytecode_info_collector.cpp91 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local
173 void BytecodeInfoCollector::ProcessMethod(MethodLiteral *methodLiteral) in ProcessMethod()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp215 MethodLiteral *methodLiteral = method->GetMethodLiteral(thread); in GetRunningState() local
259 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(thread); in GetNativeMethodCallPos() local
309 MethodLiteral *methodLiteral = method->GetMethodLiteral(thread); in GetMethodIdentifier() local
329 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(thread); in GetCallLineNumber() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/
Djsvaluerefisasync_fuzzer.cpp41 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local
74 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
212 for (auto &methodLiteral : methodLiterals) { in CheckApMethodsInApFiles() local
471 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(61)); in HWTEST_F_L0() local
725 auto methodLiteral = iter.second; in HWTEST_F_L0() local
757 auto methodLiteral = iter.second; in HWTEST_F_L0() local
795 auto methodLiteral = iter.second; in HWTEST_F_L0() local
848 auto methodLiteral = iter.second; in HWTEST_F_L0() local
894 auto methodLiteral = iter.second; in HWTEST_F_L0() local
960 auto methodLiteral = iter.second; in HWTEST_F_L0() local
[all …]
Dpgo_profiler_test_one.cpp132 auto* methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local
147 for (auto& methodLiteral: methodLiterals) { in CheckApMethodsInApFiles() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp65 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClasses() local
126 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClass() local
263 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool() local
334 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool() local
1446 void PandaFileTranslator::UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) in UpdateICOffset()
Djs_pandafile_snapshot.cpp160 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in WriteDataToFile() local
294 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in ReadDataFromFile() local
Dclass_info_extractor.h58 MethodLiteral *methodLiteral; member
Dliteral_data_extractor.cpp255 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineFunctionTemplate() local
334 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder() 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/jit/
Djit_dfx.cpp101 MethodLiteral *methodLiteral = method->GetMethodLiteral(thread); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_sharedobject_test.cpp130 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(methodOffset)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp115 …hod> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp130 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp930 void HeapSnapshot::AddTraceNodeId(MethodLiteral *methodLiteral) in AddTraceNodeId()
958 MethodLiteral *methodLiteral = method->GetMethodLiteral(thread); in AddTraceNode() local
983 bool HeapSnapshot::AddMethodInfo(MethodLiteral *methodLiteral, in AddMethodInfo()
1220 MethodLiteral *methodLiteral = method->GetMethodLiteral(thread); in ParseFunctionName() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp276 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local

12