Home
last modified time | relevance | path

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

/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/cpu_profiler/
Dcpu_profiler.cpp396 struct FrameInfoTemp codeEntry; in ParseMethodInfo() local
720 void CpuProfiler::GetNativeMethodCallPos(FrameIterator &it, FrameInfoTemp &codeEntry) in GetNativeMethodCallPos()
Dsamples_record.cpp145 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() local
544 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
Dsamples_record.h87 struct FrameInfo codeEntry; member
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h365 void SetCodeEntryAndMarkAOT(uintptr_t codeEntry) in SetCodeEntryAndMarkAOT()
Daot_file_manager.cpp551 uint64_t codeEntry = entry.codeAddr_; in SetAOTFuncEntry() local
Dobject_factory.cpp1598 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp786 struct FunctionInfo codeEntry; in AddMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp89 JSTaggedValue NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()