| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.h | 114 TSManager *tsManager, const MethodLiteral *methodLiteral, in SlowPathLowering()
|
| D | code_generator.h | 60 const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile) in Run()
|
| D | pass_manager.cpp | 77 Module *m) { in Compile() 164 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
|
| D | type_recorder.cpp | 26 TypeRecorder::TypeRecorder(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in TypeRecorder() 42 void TypeRecorder::LoadTypes(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in LoadTypes() 131 … TypeRecorder::LoadTypesFromPGO(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in LoadTypesFromPGO() 148 …TypeRecorder::CreateTypesForPGO(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in CreateTypesForPGO()
|
| D | compilation_driver.h | 83 MethodLiteral *methodLiteral, in CompileMethod() 116 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run() local
|
| D | compilation_driver.cpp | 193 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod()
|
| D | bytecode_circuit_builder.h | 257 const MethodLiteral *methodLiteral, in BytecodeCircuitBuilder()
|
| D | llvm_codegen.cpp | 227 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
|
| D | bytecode_info_collector.cpp | 102 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 42 MethodLiteral *methodLiteral; member
|
| D | panda_file_translator.cpp | 74 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClasses() local 211 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool() local 280 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool() local 1379 void PandaFileTranslator::UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) in UpdateICOffset()
|
| D | js_pandafile.h | 110 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap()
|
| D | program_object.h | 207 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache() local
|
| D | class_info_extractor.cpp | 45 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in BuildClassInfoExtractorFromLiteral() local
|
| D | literal_data_extractor.cpp | 221 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 82 auto *methodLiteral = new MethodLiteral(mda.GetMethodId()); in CreateJSPandaFile() local 368 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(61)); in HWTEST_F_L0() local 576 std::shared_ptr<MethodLiteral> methodLiteral = std::make_shared<MethodLiteral>(EntityId(61)); in HWTEST_F_L0() local 681 auto methodLiteral = iter.second; in HWTEST_F_L0() local 713 auto methodLiteral = iter.second; in HWTEST_F_L0() local 752 auto methodLiteral = iter.second; in HWTEST_F_L0() local 818 auto methodLiteral = iter.second; in HWTEST_F_L0() local 854 auto methodLiteral = iter.second; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.h | 82 …Info(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 234 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos() local 283 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 92 …hod> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create()
|
| D | js_serializer.cpp | 475 const MethodLiteral *methodLiteral = method->GetMethodLiteral(); in WriteMethod() local 1311 uintptr_t methodLiteral; in ReadMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | global_type_infer.cpp | 62 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer() local
|
| D | method_type_infer.cpp | 25 MethodInfo *methodInfo, const MethodLiteral *methodLiteral, in MethodTypeInfer() 1302 const MethodLiteral *methodLiteral = builder_->GetMethod(); in PrintByteCodesWithTypes() local 1445 const MethodLiteral *methodLiteral = builder_->GetMethod(); in CollectGateTypeLogInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 190 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 742 void HeapSnapshot::AddTraceNodeId(MethodLiteral *methodLiteral) in AddTraceNodeId() 769 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode() local 794 bool HeapSnapshot::AddMethodInfo(MethodLiteral *methodLiteral, in AddMethodInfo()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 335 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local
|