Searched defs:codeEntry (Results 1 – 9 of 9) sorted by relevance
66 auto codeEntry = thread->GetFastStubEntry(funcIndex.GetInt()); in DEF_RUNTIME_STUBS() local
396 struct FrameInfoTemp codeEntry; in ParseMethodInfo() local720 void CpuProfiler::GetNativeMethodCallPos(FrameIterator &it, FrameInfoTemp &codeEntry) in GetNativeMethodCallPos()
145 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() local544 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
87 struct FrameInfo codeEntry; member
365 void SetCodeEntryAndMarkAOT(uintptr_t codeEntry) in SetCodeEntryAndMarkAOT()
551 uint64_t codeEntry = entry.codeAddr_; in SetAOTFuncEntry() local
1598 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()
786 struct FunctionInfo codeEntry; in AddMethodInfo() local
89 JSTaggedValue NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()