Home
last modified time | relevance | path

Searched defs:methodOffset (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h300 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
308 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod()
313 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod()
330 void AddMethodOffsetToRecordName(uint32_t methodOffset, CString recordName) in AddMethodOffsetToRecordName()
340 void AddIndexToCPInfo(ConstantPoolInfo::ItemType type, uint32_t index, uint32_t methodOffset) in AddIndexToCPInfo()
366 void SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) in SetClassTypeOffsetAndDefMethod()
438 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
461 uint32_t index, uint32_t methodOffset) in AddConstantPoolIndexToBCInfo()
Dbytecode_info_collector.cpp62 auto methodOffset = methodId.GetOffset(); in ProcessClasses() local
191 void BytecodeInfoCollector::SetMethodPcInfoIndex(uint32_t methodOffset, in SetMethodPcInfoIndex()
258 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral() local
266 auto methodOffset = method->GetMethodId().GetOffset(); in NewLexEnvWithSize() local
284 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral() local
391 uint32_t methodOffset = methodliteral->GetMethodId().GetOffset(); in CollectConstantPoolIndexInfoFromBC() local
505 void ConstantPoolInfo::AddIndexToCPItem(ItemType type, uint32_t index, uint32_t methodOffset) in AddIndexToCPItem()
Dcompilation_driver.h123 uint32_t methodOffset = methodId.GetOffset(); in SearchForCompilation() local
Dpass_manager.h80 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
Dpass_manager.cpp71 uint32_t methodOffset, const MethodPcInfo &methodPCInfo, size_t methodInfoIndex) { in Compile()
Dcompiler_log.cpp87 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
Dts_inline_lowering.cpp71 auto methodOffset = tsManager_->GetFuncMethodOffset(gt); in TryInline() local
Dstub_builder-inl.h1916 GateRef methodOffset; in GetMethodFromJSFunction() local
Dslowpath_lowering.cpp860 GateRef methodOffset = builder_.IntPtr(GeneratorContext::GENERATOR_METHOD_OFFSET); in SaveFrameToContext() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp971 void TSManager::SetCurConstantPool(const JSPandaFile *jsPandaFile, uint32_t methodOffset) in SetCurConstantPool()
977 …SManager::GetOldConstantPoolIDByMethodOffset(const JSPandaFile *jsPandaFile, uint32_t methodOffset) in GetOldConstantPoolIDByMethodOffset()
1054 uint32_t methodOffset = indexs[data.index].GetOffset(); in FillSnapshotConstantPoolList() local
1148 … auto methodOffset = JSHandle<JSFunction>(valueHandle)->GetCallTarget()->GetMethodId().GetOffset(); in CollectLiteralInfo() local
1160 auto methodOffset = methodOffsetVec[i]; in CollectLiteralInfo() local
1176 uint32_t methodOffset = static_cast<uint32_t>(val.GetInt()); in ResolveSnapshotConstantPool() local
1198 uint32_t methodOffset = static_cast<uint32_t>(methodOffsetVal.GetInt()); in ResolveSnapshotConstantPool() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp70 auto methodOffset = methodId.GetOffset(); in TranslateClasses() local