| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ir_module.cpp | 20 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName()
|
| D | pass_manager.cpp | 60 Module *m) { in Compile() 222 Module *m) { in Compile() 321 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
|
| D | type_recorder.cpp | 29 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()
|
| D | slowpath_lowering.h | 114 TSManager *tsManager, const MethodLiteral *methodLiteral, in SlowPathLowering()
|
| D | compilation_driver.h | 83 MethodLiteral *methodLiteral, in CompileMethod() 117 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run() local 398 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in CompileMethod() local
|
| D | pass_manager.h | 98 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
|
| D | code_generator.h | 177 const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, in Run()
|
| D | aot_compiler_preprocessor.cpp | 214 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in GenerateGlobalTypes() local
|
| D | compilation_driver.cpp | 194 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod()
|
| D | bytecode_info_collector.cpp | 117 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local 194 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ProcessMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 92 …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/ |
| D | jsvaluerefisasync_fuzzer.cpp | 39 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local 77 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 105 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/ |
| D | js_stackgetter.cpp | 235 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/ |
| D | class_info_extractor.h | 51 MethodLiteral *methodLiteral; member
|
| D | panda_file_translator.cpp | 75 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()
|
| D | js_pandafile.h | 133 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_recorder.cpp | 41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 810 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/ |
| D | pgo_profiler_decoder.h | 100 …Info(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | global_type_infer.cpp | 63 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 103 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 200 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 365 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local 411 MethodLiteral *methodLiteral = nullptr; in CollectClassInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 290 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTMainFuncEntry() local 316 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTFuncEntry() local
|