Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.h114 TSManager *tsManager, const MethodLiteral *methodLiteral, in SlowPathLowering()
Dcode_generator.h60 const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile) in Run()
Dpass_manager.cpp77 Module *m) { in Compile()
164 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile() local
Dtype_recorder.cpp26 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()
Dcompilation_driver.h83 MethodLiteral *methodLiteral, in CompileMethod()
116 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run() local
Dcompilation_driver.cpp193 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod()
Dbytecode_circuit_builder.h257 const MethodLiteral *methodLiteral, in BytecodeCircuitBuilder()
Dllvm_codegen.cpp227 const panda::ecmascript::MethodLiteral *methodLiteral, in GenerateCode()
Dbytecode_info_collector.cpp102 MethodLiteral *methodLiteral = methods + (methodIdx++); in ProcessClasses() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h42 MethodLiteral *methodLiteral; member
Dpanda_file_translator.cpp74 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()
Djs_pandafile.h110 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap()
Dprogram_object.h207 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache() local
Dclass_info_extractor.cpp45 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in BuildClassInfoExtractorFromLiteral() local
Dliteral_data_extractor.cpp221 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp82 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/
Dpgo_profiler_decoder.h82 …Info(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp234 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos() local
283 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp92 …hod> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create()
Djs_serializer.cpp475 const MethodLiteral *methodLiteral = method->GetMethodLiteral(); in WriteMethod() local
1311 uintptr_t methodLiteral; in ReadMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp62 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer() local
Dmethod_type_infer.cpp25 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/
Djs_debugger.cpp190 MethodLiteral *methodLiteral = methodsData + i; in FindMethod() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp742 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/
Dpatch_loader.cpp335 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local

12