Home
last modified time | relevance | path

Searched refs:methodInfo_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.h174 methodInfo_ = method; in SetMethodInfo()
179 return methodInfo_; in GetMethodInfo()
266 CString methodInfo_ = ""; member in panda::ecmascript::JitDfx
H A Djit_dfx.cpp244 methodInfo_ = ""; in InitializeBlockUIRecord()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp302 methodInfo_.push(methodInfo); in PushMethodInfo()
308 if (methodInfo_.empty()) { in CheckExitMethodInfo()
311 if (methodInfo == methodInfo_.top()) { in CheckExitMethodInfo()
319 if (!methodInfo_.empty()) { in PopMethodInfo()
320 methodInfo_.pop(); in PopMethodInfo()
H A Ddropframe_manager.h71 std::stack<std::tuple<JSPandaFile*, panda_file::File::EntityId>> methodInfo_; member in panda::ecmascript::tooling::DropframeManager
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass.h80 methodInfo_(methodInfo), recordName_(recordName), methodLiteral_(methodLiteral),
156 return methodInfo_; in GetMethodInfo()
161 return methodInfo_->GetMethodInfoIndex(); in GetMethodInfoIndex()
202 methodInfo_->SetIsCompiled(false); in AbortCompilation()
213 MethodInfo *methodInfo_ {nullptr};
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h127 CVector<MethodInfo> methodInfo_; member in panda::ecmascript::JSStackTrace
159 CVector<MethodInfo> methodInfo_; member in panda::ecmascript::JSSymbolExtractor
H A Djs_stackinfo.cpp1687 methodInfo_.clear();
1709 if (methodInfo_.empty()) {
1710 methodInfo_ = JSStackTrace::ReadAllMethodInfos(jsPandaFile_);
1713 return methodInfo_;
1808 methodInfo_.clear();

Completed in 7 milliseconds