Home
last modified time | relevance | path

Searched defs:methodLiteral (Results 1 - 25 of 42) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.cpp22 std::string IRModule::GetFuncName(const MethodLiteral *methodLiteral, in GetFuncName() argument
H A Dntype_hcr_lowering.h26 NTypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, const MethodLiteral *methodLiteral, bool enablePgoSpace, Chunk* chunk) NTypeHCRLowering() argument
H A Dpass_manager.cpp54 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral(); in Compile() local
[all...]
H A Dslowpath_lowering.h114 SlowPathLowering(Circuit *circuit, CompilationConfig *cmpCfg, PassContext *ctx, const MethodLiteral *methodLiteral, bool enableLog, const std::string& name) SlowPathLowering() argument
H A Dcompilation_driver.h73 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 Dpass_manager.h80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() argument
H A Dcode_generator.h207 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 Dbytecode_info_collector.h333 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() argument
H A Dbytecode_info_collector.cpp131 void BytecodeInfoCollector::ProcessMethod(MethodLiteral *methodLiteral) in ProcessMethod() argument
[all...]
H A Daot_compiler_preprocessor.cpp211 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 Djsvaluerefisasync_fuzzer.cpp43 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local
84 MethodLiteral *methodLiteral = nullptr; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedobject_test.cpp130 MethodLiteral *methodLiteral = new MethodLiteral(EntityId(methodOffset)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp41 auto methodLiteral = jsPandaFile->FindMethodLiteral(methodOffset); in PGOTypeRecorder() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.h56 MethodLiteral *methodLiteral; member
H A Dliteral_data_extractor.cpp255 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineFunctionTemplate() local
332 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral() local
[all...]
H A Dprogram_object.cpp220 JSHandle<AOTLiteralInfo> methodLiteral = CopySharedMethodAOTLiteralInfo(vm, value); in UpdateConstpoolWhenDeserialAI() local
H A Djs_pandafile.cpp532 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++); in SetAllMethodLiteralToMap() local
H A Dpanda_file_translator.cpp265 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 Dmethod.cpp115 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) in Create() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.h100 void GetTypeInfo(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *methodLiteral, in GetTypeInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp138 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 Djs_stackgetter.cpp215 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 Djit_dfx.cpp101 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp467 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 Dpatch_loader.cpp473 MethodLiteral *methodLiteral = item.second; in GeneratePatchInfo() local

Completed in 15 milliseconds

12