| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 53 MethodLiteral *methodLiteral, in CompileMethod() 73 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in Run() local 152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod()
|
| D | pass_manager.cpp | 54 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral(); in Compile() local 86 ApEntityId abcId) -> bool { in Compile() 292 Module *m) { in Compile() 381 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
|
| D | ir_module.cpp | 22 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName()
|
| D | slowpath_lowering.h | 114 PassContext *ctx, const MethodLiteral *methodLiteral, in SlowPathLowering()
|
| D | ntype_hcr_lowering.h | 27 const MethodLiteral *methodLiteral, Chunk* chunk) in NTypeHCRLowering()
|
| D | aot_compiler_preprocessor.cpp | 213 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in AnalyzeGraphs() local 222 … BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, in AnalyzeGraph() 426 … const CString &recordName, const MethodLiteral *methodLiteral, in IsSkipMethod() 469 auto methodLiteral = jsPandaFile->FindMethodLiteral(index); in GenerateMethodMap() local
|
| D | pass_manager.h | 80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
|
| D | bytecode_info_collector.cpp | 92 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local 131 void BytecodeInfoCollector::ProcessMethod(MethodLiteral *methodLiteral) in ProcessMethod()
|
| D | code_generator.h | 208 … const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const FrameType frameType, in Run()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 215 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetRunningState() local 258 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos() local 307 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier() local 326 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetCallLineNumber() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/ |
| D | jsvaluerefisasync_fuzzer.cpp | 43 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local 84 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 107 auto *methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local 132 auto *methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local 212 for (auto &methodLiteral : methodLiterals) { in CheckApMethodsInApFiles() local 465 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(61)); in HWTEST_F_L0() local 744 auto methodLiteral = iter.second; in HWTEST_F_L0() local 776 auto methodLiteral = iter.second; in HWTEST_F_L0() local 815 auto methodLiteral = iter.second; in HWTEST_F_L0() local 870 auto methodLiteral = iter.second; in HWTEST_F_L0() local 917 auto methodLiteral = iter.second; in HWTEST_F_L0() local 984 auto methodLiteral = iter.second; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 55 MethodLiteral *methodLiteral; member
|
| D | panda_file_translator.cpp | 65 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClasses() local 126 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClass() local 265 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool() local 336 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool() local 1448 void PandaFileTranslator::UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) in UpdateICOffset()
|
| D | literal_data_extractor.cpp | 255 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineFunctionTemplate() local 332 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local
|
| D | program_object.cpp | 220 JSHandle<AOTLiteralInfo> methodLiteral = CopySharedMethodAOTLiteralInfo(vm, value); in UpdateConstpoolWhenDeserialAI() local
|
| D | program_object.h | 219 … JSHandle<AOTLiteralInfo> methodLiteral = CopySharedMethodAOTLiteralInfo(vm, valHandle); variable 524 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache() local
|
| /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/ |
| D | method.cpp | 115 …hod> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 101 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in DumpBytecodeInst() 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/dfx/hprof/ |
| D | heap_snapshot.cpp | 833 void HeapSnapshot::AddTraceNodeId(MethodLiteral *methodLiteral) in AddTraceNodeId() 861 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode() local 886 bool HeapSnapshot::AddMethodInfo(MethodLiteral *methodLiteral, in AddMethodInfo() 1204 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ParseFunctionName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 138 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 271 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 450 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local 496 MethodLiteral *methodLiteral = nullptr; in CollectClassInfo() local
|