| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 59 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 91 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 140 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 183 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 241 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 274 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 325 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(10)); in HWTEST_F_L0() local 360 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(i)); in HWTEST_F_L0() local 499 MethodLiteral *methodLiteral = new MethodLiteral(nullptr, EntityId(61)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.cpp | 43 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod()
|
| D | slowpath_lowering.h | 114 TSManager *tsManager, const MethodLiteral *methodLiteral, in SlowPathLowering()
|
| D | code_generator.h | 59 const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile) in Run()
|
| D | pass_manager.cpp | 71 uint32_t methodOffset, const MethodPcInfo &methodPCInfo, size_t methodInfoIndex) { in Compile() 145 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
|
| D | type_recorder.cpp | 24 TypeRecorder::TypeRecorder(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in TypeRecorder() 36 void TypeRecorder::LoadTypes(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, in LoadTypes()
|
| D | compilation_driver.h | 83 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run() local
|
| D | llvm_codegen.cpp | 85 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
|
| D | bytecode_circuit_builder.h | 257 const MethodLiteral *methodLiteral, in BytecodeCircuitBuilder()
|
| D | bytecode_info_collector.cpp | 59 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local
|
| D | llvm_ir_builder.cpp | 2096 LLVMValueRef LLVMModule::AddFunc(const panda::ecmascript::MethodLiteral *methodLiteral, const JSPan… in AddFunc()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 42 MethodLiteral *methodLiteral; member
|
| D | panda_file_translator.cpp | 65 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in TranslateClasses() local 142 auto methodLiteral = jsPandaFile->FindMethodLiteral(mainMethodIndex); in GenerateProgramInternal() local 216 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool() local 285 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool() local 1384 void PandaFileTranslator::UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) in UpdateICOffset()
|
| D | literal_data_extractor.cpp | 95 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in ExtractObjectDatas() local 208 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in EnumerateLiteralVals() local 387 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in ExtractObjectDatas() local 482 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in GetDatasIgnoreType() local
|
| D | program_object.h | 187 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache() local 227 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetClassMethodFromCache() local
|
| D | method_literal.cpp | 120 …32_t MethodLiteral::GetNumVregs(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral) in GetNumVregs()
|
| D | js_pandafile.h | 120 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap()
|
| D | class_info_extractor.cpp | 45 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in BuildClassInfoExtractorFromLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 177 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 1009 const MethodLiteral *methodLiteral = builder_->GetMethod(); in PrintAllByteCodesTypes() local 1080 const MethodLiteral *methodLiteral = builder_->GetMethod(); in TypeCheck() local 1098 const MethodLiteral *methodLiteral = builder_->GetMethod(); in FilterAnyTypeGates() local 1141 const MethodLiteral *methodLiteral = builder_->GetMethod(); in CollectGateTypeLogInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 735 void HeapSnapshot::AddTraceNodeId(MethodLiteral *methodLiteral) in AddTraceNodeId() 761 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode() local 781 void HeapSnapshot::AddMethodInfo(MethodLiteral *methodLiteral, in AddMethodInfo()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 709 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.cpp | 468 const MethodLiteral *methodLiteral = method->GetMethodLiteral(); in WriteMethod() local 1343 uintptr_t methodLiteral; in ReadJSMethod() local
|
| D | object_factory.cpp | 1560 JSHandle<Method> ObjectFactory::NewMethod(const MethodLiteral *methodLiteral) in NewMethod()
|