Home
last modified time | relevance | path

Searched refs:GetJSPandaFile (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp24 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName()
30 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName()
41 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordName()
47 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize()
51 const JSPandaFile *Method::GetJSPandaFile() const in GetJSPandaFile() function in panda::ecmascript::Method
59 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()
66 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodLiteral()
75 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock()
Dmethod.h408 const JSPandaFile *PUBLIC_API GetJSPandaFile() const;
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h38 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
68 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator()
71 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator()
100 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
119 return std::hash<const JSPandaFile*>()(loc.GetJSPandaFile()) ^ in operator()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp112 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint()
125 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt()
137 JSPtLocation throwLocation {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleExceptionThrowEvent()
148 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleStep()
157 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindBreakpoint()
170 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveBreakpoint()
Djs_debugger.h54 ptMethod_->GetJSPandaFile() == bpoint.GetPtMethod()->GetJSPandaFile();
64 … breakpoint << "jsPandaFile:" << "\"" << ptMethod_->GetJSPandaFile()->GetJSPandaFileDesc() << "\""; in ToString()
Djs_pt_method.h33 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
Ddebugger_api.h65 static JSPandaFile *GetJSPandaFile(const EcmaVM *ecmaVm);
Ddebugger_api.cpp120 method->GetJSPandaFile(), method->GetMethodId(), method->IsNativeWithCallField()); in GetMethod()
154 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile() function in panda::ecmascript::tooling::DebuggerApi
157 return const_cast<JSPandaFile *>(method->GetJSPandaFile()); in GetJSPandaFile()
177 …tractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in GetVregIndex()
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp46 (method_->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in StepComplete()
116 ptMethod->GetJSPandaFile()); in GetStepper()
Ddebugger_executor.cpp209 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetModuleValue()
226 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in SetModuleValue()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h108 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetEntityId()
116 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodIndexByEntityId()
166 inline JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
185 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()
221 JSPandaFile *jsPandaFile = constpool->GetJSPandaFile(); in GetClassLiteralFromCache()
255 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetLiteralFromCache()
342 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetStringFromCache()
Dscope_info_extractor.cpp31 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateScopeInfo()
Djs_pandafile_manager.h91 std::shared_ptr<JSPandaFile> GetJSPandaFile(const panda_file::File *pf);
Djs_pandafile_manager.cpp206 ASSERT(GetJSPandaFile(jsPandaFile->GetPandaFile()) != nullptr); in GenerateProgram()
260 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile() function in panda::ecmascript::JSPandaFileManager
453 ASSERT(GetJSPandaFile(pf) == nullptr); in GenerateJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h43 jsPandaFile_(collector->GetJSPandaFile()), in PassContext()
74 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
Dts_inline_lowering.cpp95 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline()
129 auto jsPandaFile = ctx_->GetJSPandaFile(); in TryInline()
151 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in FilterInlinedMethod()
179 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in InlineCall()
696 const JSPandaFile *pf = ctx_->GetJSPandaFile(); in SetInitCallTargetAndConstPoolId()
708 const JSPandaFile *pf = ctx_->GetJSPandaFile(); in AnalyseFastAccessor()
Dpass.h99 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
101 return ctx_->GetJSPandaFile(); in GetJSPandaFile()
560 data->GetMethodLiteral(), data->GetJSPandaFile()); in Run()
Dpass_manager.cpp79 auto jsPandaFile = ctx.GetJSPandaFile(); in Compile()
Dcompilation_driver.cpp34 jsPandaFile_(collector->GetJSPandaFile()), in CompilationDriver()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp59 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in ParseMethodInfo()
228 if (!extraInfoValue.CheckIsJSNativePointer() && nextMethod->GetJSPandaFile() != nullptr) { in GetNativeMethodCallPos()
230 JSPandaFileManager::GetInstance()->GetJSPtExtractor(nextMethod->GetJSPandaFile()); in GetNativeMethodCallPos()
Djs_stackinfo.cpp41 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildMethodTrace()
130 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1036 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferStModuleVar()
1049 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferLdLocalModuleVar()
1066 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferLdExternalModuleVar()
1220 …uint32_t methodId = ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).… in SetAndReturnNamespaceObjType()
1278 … ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).GetOffset(); in CheckNamespaceFunc()
1290 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in PrintTypeAnnotation()
1301 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in PrintByteCodesWithTypes()
1408 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in TypeCheck()
Dglobal_type_infer.cpp21 …: ctx_(ctx), jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(… in GlobalTypeInfer()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp289 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in FunctionPrototypeToString()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1098 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateCallFrame()
1164 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetLocalScopeChain()
1385 DebugInfoExtractor *extractor = GetExtractor(DebuggerApi::GetJSPandaFile(vm_)); in CmptEvaluateValue()

12