Home
last modified time | relevance | path

Searched defs:codeEntry (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp55 FrameInfoTemp &codeEntry, in ParseMethodInfo()
220 void JsStackGetter::GetNativeMethodCallPos(FrameIterator &it, FrameInfoTemp &codeEntry) in GetNativeMethodCallPos()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp290 struct FrameInfoTemp codeEntry; in GetStack() local
360 struct FrameInfoTemp codeEntry; in GetStackCallNapi() local
Dsamples_record.cpp180 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() local
574 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
Dsamples_record.h53 struct FrameInfo codeEntry; member
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp66 auto codeEntry = thread->GetFastStubEntry(funcIndex.GetInt()); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp111 struct FrameInfoTemp codeEntry; in GetStack() local
Dheap_snapshot.cpp798 struct FunctionInfo codeEntry; in AddMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp229 uint64_t codeEntry = entry.codeAddr_; in SetAOTFuncEntry() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h388 void SetCodeEntryAndMarkAOT(uintptr_t codeEntry) in SetCodeEntryAndMarkAOT()
Dobject_factory.cpp1649 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()