Home
last modified time | relevance | path

Searched refs:GetMethodLiteral (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprecompile_checker.cpp42 return data_->GetMethodLiteral()->HasDebuggerStmt(); in HasDebuggerStmt()
H A Dpass.h144 const MethodLiteral* GetMethodLiteral() const in GetMethodLiteral() function in panda::ecmascript::kungfu::PassData
338 data->GetMethodLiteral()); in Run()
455 data->GetRecordName(), data->GetMethodLiteral(), runtimeOption.IsCompilerEnablePgoSpace(), &chunk); in Run()
534 data->GetMethodLiteral(), enableLog, data->GetMethodName()); in Run()
819 data->GetMethodLiteral(), data->GetJSPandaFile(), data->GetCircuit()->GetFrameType(), in Run()
H A Dcompilation_env.h105 virtual MethodLiteral *GetMethodLiteral() const in GetMethodLiteral() function in panda::ecmascript::CompilationEnv
H A Djit_compilation_env.h74 MethodLiteral *GetMethodLiteral() const override
H A Djit_compiler.cpp126 baselineCompiler_->Compile(jitCompilationEnv_->GetJSPandaFile(), jitCompilationEnv_->GetMethodLiteral()); in Compile()
H A Djit_compilation_env.cpp30 methodLiteral_ = method->GetMethodLiteral(); in JitCompilationEnv()
H A Dbytecode_info_collector.cpp128 ProcessMethod(compilationEnv_->GetMethodLiteral()); in ProcessCurrMethod()
H A Dpass_manager.cpp54 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral(); in Compile()
H A Dts_inline_lowering.cpp749 auto calleeLiteral = calleeMethod->GetMethodLiteral(); in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp215 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetRunningState()
258 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos()
307 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier()
326 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetCallLineNumber()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp67 MethodLiteral *Method::GetMethodLiteral() const in GetMethodLiteral() function in panda::ecmascript::Method
H A Dmethod.h445 MethodLiteral *PUBLIC_API GetMethodLiteral() const;
H A Djs_object.cpp2423 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ExtractConstructorAndRecordName()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp101 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in DumpBytecodeInst()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp384 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTMainFuncEntry()
417 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp860 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode()
1199 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in ParseFunctionName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp60 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in BuildClassInfoExtractorFromLiteral()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp533 const MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetConcurrentRequestedModules()

Completed in 26 milliseconds