Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h170 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
183 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod()
188 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod()
195 bool FindMethodOffsetToRecordName(uint32_t methodOffset) in FindMethodOffsetToRecordName()
200 void AddMethodOffsetToRecordName(uint32_t methodOffset, CString recordName) in AddMethodOffsetToRecordName()
220 void SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) in SetClassTypeOffsetAndDefMethod()
236 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset()
243 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()
254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
261 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
[all …]
Dpgo_bc_info.h41 uint32_t methodOffset; member
54 void IterateValByMethodOffset(uint32_t methodOffset, Type type, const Callback &cb) const in IterateValByMethodOffset()
65 void IterateValByMethodOffsetAndType(uint32_t methodOffset, const Callback &cb) const in IterateValByMethodOffsetAndType()
97 void IterateInfoAndType(uint32_t methodOffset, const Callback &cb) const in IterateInfoAndType()
106 void IterateInfoByType(uint32_t methodOffset, Type type, const Callback &cb) const in IterateInfoByType()
Dbytecode_info_collector.cpp85 auto methodOffset = methodId.GetOffset(); in ProcessClasses() local
137 auto methodOffset = methodIdx.GetOffset(); in ProcessMethod() local
164 MethodLiteral *method, uint32_t methodOffset, in CollectMethodPcsFromBC()
233 void BytecodeInfoCollector::SetMethodPcInfoIndex(uint32_t methodOffset, in SetMethodPcInfoIndex()
268 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral() local
278 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral() local
Daot_compiler_preprocessor.h158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
163 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall()
168 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
173 bool GetIsAotCompile(CString fileDesc, uint32_t methodOffset) in GetIsAotCompile()
Dcompilation_driver.h54 uint32_t methodOffset, in CompileMethod()
167 auto methodOffset = methodLiteral->GetMethodId().GetOffset(); in CompileMethod() local
Dts_hcr_opt_pass.cpp116 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local
143 auto methodOffset = acc_.TryGetMethodOffset(gate); in ConvertConstSingleCharToInt32() local
Dpgo_bc_info.cpp67 uint32_t methodOffset = method->GetMethodId().GetOffset(); in Record() local
Dts_inline_lowering.h47 … NativeAreaAllocator *nativeAreaAllocator, PassOptions *options, uint32_t methodOffset, in TSInlineLowering()
Djit_compilation_env.cpp110 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local
175 …gedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool()
Dpass_manager.cpp86 ApEntityId abcId) -> bool { in Compile()
292 Module *m) { in Compile()
Dts_inline_lowering.cpp53 uint32_t methodOffset = 0; in GetInlinedMethodId() local
113 uint32_t methodOffset = info.GetCallMethodId(); in TryInline() local
529 uint32_t methodOffset = info.GetCallMethodId(); in InlineFuncCheck() local
731 bool TSInlineLowering::CalleePFIProcess(uint32_t methodOffset) in CalleePFIProcess()
759 void TSInlineLowering::UpdateCallMethodFlagMap(uint32_t methodOffset, const MethodLiteral *method) in UpdateCallMethodFlagMap()
Daot_compilation_env.cpp108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint1… in GetStringFromConstantPool()
Dpass_manager.h85 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
Daot_compiler_preprocessor.cpp369 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
382 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
395 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile()
Dtype_info_accessors.cpp496 auto methodOffset = acc_.TryGetMethodOffset(gate_); in InitPropAndCheck() local
570 uint32_t methodOffset = 0; in GetCallMethodId() local
587 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in GetKeyTaggedValue() local
1374 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in GetObject() local
Dcompiler_log.cpp88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
Dntype_bytecode_lowering.cpp215 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.cpp21 PGOTypeLocation::PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, int32_t bcI… in PGOTypeLocation()
Dpgo_type_location.h41 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
Dpgo_type_recorder.cpp26 const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) in PGOTypeRecorder()
Dpgo_type_parser.cpp21 const PGOHClassGenerator &generator, uint32_t methodOffset) in Parse()
220 collector.IterateAllMethods([this, jsPandaFile, &collector](uint32_t methodOffset) { in CreatePGOType()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp50 uint32_t methodOffset = static_cast<uint32_t>(val.GetInt()); in Resolve() local
67 uint32_t methodOffset = static_cast<uint32_t>(methodOffsetVal.GetInt()); in Resolve() local
Dsnapshot_constantpool_data.cpp138 uint32_t methodOffset = 0; in CollectLiteralInfo() local
157 auto methodOffset = methodOffsetVec[i]; in CollectLiteralInfo() local
246 uint32_t methodOffset = cp->GetEntityId(data.constantPoolIdx_).GetOffset(); in StoreDataToGlobalData() local
403 uint32_t methodOffset = method->GetMethodId().GetOffset(); in Record() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp164 auto methodOffset = methodOffsets.find(methodName); in RelocateFunctionSection() local

12