Home
last modified time | relevance | path

Searched defs:methodOffset (Results 1 – 25 of 45) 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.cpp82 auto methodOffset = methodId.GetOffset(); in ProcessClasses() local
134 auto methodOffset = methodIdx.GetOffset(); in ProcessMethod() local
161 MethodLiteral *method, uint32_t methodOffset, in CollectMethodPcsFromBC()
230 void BytecodeInfoCollector::SetMethodPcInfoIndex(uint32_t methodOffset, in SetMethodPcInfoIndex()
265 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral() local
275 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral() local
Daot_compiler_preprocessor.h160 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
165 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall()
170 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
175 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.cpp109 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local
174 …gedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool()
Dpass_manager.cpp75 ApEntityId abcId) -> bool { in Compile()
278 Module *m) { in Compile()
Dts_inline_lowering.cpp48 uint32_t methodOffset = 0; in GetInlinedMethodId() local
108 uint32_t methodOffset = info.GetCallMethodId(); in TryInline() local
532 uint32_t methodOffset = info.GetCallMethodId(); in InlineFuncCheck() local
734 bool TSInlineLowering::CalleePFIProcess(uint32_t methodOffset) in CalleePFIProcess()
762 void TSInlineLowering::UpdateCallMethodFlagMap(uint32_t methodOffset, const MethodLiteral *method) in UpdateCallMethodFlagMap()
Daot_compilation_env.cpp107 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.cpp360 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
373 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
386 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h34 explicit PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in PGOTypeLocation()
37 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
Dpgo_type_parser.cpp21 const PGOHClassGenerator &generator, uint32_t methodOffset) in Parse()
235 collector.IterateAllMethods([this, jsPandaFile, &collector, status](uint32_t methodOffset) { in Preproccessor()
270 collector.IterateAllMethods([this, jsPandaFile, &collector](uint32_t methodOffset) { in CreatePGOType()
Dpgo_type_recorder.cpp26 const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) in PGOTypeRecorder()
/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.cpp136 uint32_t methodOffset = 0; in CollectLiteralInfo() local
155 auto methodOffset = methodOffsetVec[i]; in CollectLiteralInfo() local
244 uint32_t methodOffset = cp->GetEntityId(data.constantPoolIdx_).GetOffset(); in StoreDataToGlobalData() local
401 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/libabckit/src/wrappers/graph_wrapper/
Dgraph_wrapper.cpp58 uint32_t methodOffset) in BuildGraphDynamic()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dmetadata_inspect_static.cpp104 uint32_t *methodOffset) in GetMethodOffset()
189 uint32_t methodOffset = 0; in CreateGraphFromFunctionStatic() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_sharedobject_test.cpp129 uint32_t methodOffset = 100; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp164 auto methodOffset = methodOffsets.find(methodName); in RelocateFunctionSection() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp172 uint32_t methodOffset = Method::Cast(func->GetMethod())->GetMethodId().GetOffset(); in LoadPrototype() local

12