Home
last modified time | relevance | path

Searched defs:jsPandaFile (Results 1 - 25 of 82) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_helper.cpp20 CreateMainFuncWithPatch(EcmaVM *vm, MethodLiteral *mainMethodLiteral, const JSPandaFile *jsPandaFile) CreateMainFuncWithPatch() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.cpp22 GetFuncName(const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile) GetFuncName() argument
H A Daot_compilation_env.cpp51 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool() argument
56 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool() argument
72 JSHandle<ConstantPool> AOTCompilationEnv::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, in FindOrCreateConstPool() argument
H A Dpass_manager.cpp52 const JSPandaFile *jsPandaFile = compilationEnv_->GetJSPandaFile(); in Compile() local
92 auto jsPandaFile = ctx_->GetJSPandaFile(); in Compile() member
[all...]
H A Dcompilation_driver.h152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_dynamic_import.cpp31 ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierString, ModuleTypes moduleType, JSHandle<JSPromiseReactionsFunction> resolve, JSHandle<JSPromiseReactionsFunction> reject, const JSPandaFile *jsPandaFile) ExecuteNativeOrJsonModule() argument
H A Dnapi_module_loader.cpp62 std::shared_ptr<JSPandaFile> jsPandaFile = in LoadModuleNameSpaceWithPath() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp30 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateScopeInfo() local
H A Dmethod_literal.cpp32 void MethodLiteral::Initialize(const JSPandaFile *jsPandaFile, const JSThread *thread) in Initialize() argument
89 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName() argument
117 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString() argument
96 ParseFunctionNameView( const JSPandaFile* jsPandaFile, EntityId methodId) ParseFunctionNameView() argument
137 GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) GetMethodName() argument
145 GetMethodNameView( const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) GetMethodNameView() argument
155 GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) GetRecordName() argument
164 GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) GetRecordNameWithSymbol() argument
176 GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) GetCodeSize() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() argument
H A Dhot_reload_manager.cpp65 void HotReloadManager::ExtractPatch(const JSPandaFile *jsPandaFile) in ExtractPatch() argument
H A Djs_pt_location.h30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, in JSPtLocation() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_file_path.cpp57 std::string JSFilePath::GetHapName(const JSPandaFile *jsPandaFile) in GetHapName() argument
H A Dmethod.cpp23 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName() local
29 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionNameView() local
35 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName() local
46 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordNameStr() local
52 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize() local
71 const JSPandaFile *jsPandaFile = GetJSPandaFile(); GetMethodLiteral() local
115 Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral) Create() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_module.cpp61 const JSPandaFile *jsPandaFile = EcmaInterpreter::GetNativeCallPandafile(thread); in ResolveFilename() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp70 const JSPandaFile *jsPandaFile = bcInfoCollector->GetJSPandaFile(); in StoreConstantPoolInfo() local
H A Dsnapshot_constantpool_data.h118 SnapshotConstantPoolData(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) in SnapshotConstantPoolData() argument
47 BaseSnapshotInfo(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) BaseSnapshotInfo() argument
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_type_info.h27 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, PGOSampleType pgoTypeId) in GlobalTypeID() argument
30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID() argument
81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp25 PGOTypeRecorder( const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) PGOTypeRecorder() argument
H A Dpgo_type_location.h34 explicit PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in PGOTypeLocation() argument
H A Dpgo_type_parser.cpp23 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in Parse() local
191 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in CreatePGOType() local
H A Dpgo_type_manager.h43 void PUBLIC_API SetCurCompilationFile(const JSPandaFile *jsPandaFile) in SetCurCompilationFile() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp199 bool PGOProfilerDecoder::Match(const JSPandaFile *jsPandaFile, const CString &recordName, PGOMethodId methodId) in Match() argument
218 void PGOProfilerDecoder::GetMismatchResult(const JSPandaFile *jsPandaFile, uint32_t &totalMethodCount, in GetMismatchResult() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp91 const JSPandaFile *jsPandaFile = EcmaInterpreter::GetNativeCallPandafile(thread); in Load() local
162 std::shared_ptr<JSPandaFile> jsPandaFile = RequireExecution() local
[all...]
/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp212 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetModuleValue() local
229 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in SetModuleValue() local

Completed in 9 milliseconds

1234