Searched defs:methodOffset (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 300 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()
|
| D | bytecode_info_collector.cpp | 62 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()
|
| D | compilation_driver.h | 123 uint32_t methodOffset = methodId.GetOffset(); in SearchForCompilation() local
|
| D | pass_manager.h | 80 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
|
| D | pass_manager.cpp | 71 uint32_t methodOffset, const MethodPcInfo &methodPCInfo, size_t methodInfoIndex) { in Compile()
|
| D | compiler_log.cpp | 87 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
|
| D | ts_inline_lowering.cpp | 71 auto methodOffset = tsManager_->GetFuncMethodOffset(gt); in TryInline() local
|
| D | stub_builder-inl.h | 1916 GateRef methodOffset; in GetMethodFromJSFunction() local
|
| D | slowpath_lowering.cpp | 860 GateRef methodOffset = builder_.IntPtr(GeneratorContext::GENERATOR_METHOD_OFFSET); in SaveFrameToContext() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 971 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/ |
| D | panda_file_translator.cpp | 70 auto methodOffset = methodId.GetOffset(); in TranslateClasses() local
|