| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ir_module.cpp | 22 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName() argument
|
| H A D | ntype_hcr_lowering.h | 26 NTypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, const MethodLiteral *methodLiteral, bool enablePgoSpace, Chunk* chunk) NTypeHCRLowering() argument
|
| H A D | pass_manager.cpp | 54 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral(); in Compile() local [all...] |
| H A D | slowpath_lowering.h | 114 SlowPathLowering(Circuit *circuit, CompilationConfig *cmpCfg, PassContext *ctx, const MethodLiteral *methodLiteral, bool enableLog, const std::string& name) SlowPathLowering() argument
|
| H A D | compilation_driver.h | 73 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodId); in Run() local 152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod() argument 50 CompileMethod(const Callback &cb, const CString &recordName, const std::string &methodName, MethodLiteral *methodLiteral, uint32_t methodOffset, const MethodPcInfo &methodPcInfo, MethodInfo &methodInfo) CompileMethod() argument [all...] |
| H A D | pass_manager.h | 80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() argument
|
| H A D | code_generator.h | 207 Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) Run() argument
|
| H A D | bytecode_info_collector.h | 333 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() argument
|
| H A D | bytecode_info_collector.cpp | 131 void BytecodeInfoCollector::ProcessMethod(MethodLiteral *methodLiteral) in ProcessMethod() argument [all...] |
| H A D | aot_compiler_preprocessor.cpp | 211 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodId); in AnalyzeGraphs() local 219 AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, MethodPcInfo &methodPCInfo) AnalyzeGraph() argument 419 IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, const CString &recordName, const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo, const std::string &methodName, CompilationOptions &cOptions) const IsSkipMethod() argument 459 auto methodLiteral = jsPandaFile->FindMethodLiteral(index); GenerateMethodMap() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/ |
| H A D | jsvaluerefisasync_fuzzer.cpp | 43 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local 84 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_sharedobject_test.cpp | 130 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(methodOffset)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_recorder.cpp | 41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.h | 56 MethodLiteral *methodLiteral; member
|
| H A D | literal_data_extractor.cpp | 255 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineFunctionTemplate() local 332 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local [all...] |
| H A D | program_object.cpp | 220 JSHandle<AOTLiteralInfo> methodLiteral = CopySharedMethodAOTLiteralInfo(vm, value); in UpdateConstpoolWhenDeserialAI() local
|
| H A D | js_pandafile.cpp | 532 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in SetAllMethodLiteralToMap() local
|
| H A D | panda_file_translator.cpp | 265 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); ParseConstPool() local 336 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); ParseFuncAndLiteralConstPool() local 1448 UpdateICOffset(MethodLiteral *methodLiteral, uint8_t *pc) UpdateICOffset() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.cpp | 115 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.h | 100 void GetTypeInfo(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 138 GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &methodName, const FrameType frameType, bool enableOptInlining, [[maybe_unused]]bool enableBranchProfiling) GenerateCode() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A 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 [all...] |
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 101 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in DumpBytecodeInst() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| H A D | pgo_profiler_test.cpp | 467 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(61)); HWTEST_F_L0() local 746 auto methodLiteral = iter.second; HWTEST_F_L0() local 778 auto methodLiteral = iter.second; HWTEST_F_L0() local 817 auto methodLiteral = iter.second; HWTEST_F_L0() local 872 auto methodLiteral = iter.second; HWTEST_F_L0() local 919 auto methodLiteral = iter.second; HWTEST_F_L0() local 986 auto methodLiteral = iter.second; HWTEST_F_L0() local 1034 auto methodLiteral = iter.second; HWTEST_F_L0() local 1071 auto methodLiteral = iter.second; HWTEST_F_L0() local 1109 auto methodLiteral = iter.second; HWTEST_F_L0() local 1277 auto methodLiteral = iter.second; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.cpp | 473 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local
|