Home
last modified time | relevance | path

Searched defs:methodOffset (Results 1 – 25 of 47) 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()
Daot_compiler_preprocessor.h162 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
167 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall()
172 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
177 bool GetIsAotCompile(CString fileDesc, uint32_t methodOffset) in GetIsAotCompile()
Djit_compilation_env.h198 void SetLdExtModuleVarResolved(uint32_t methodOffset, uint32_t pcOffset) in SetLdExtModuleVarResolved()
203 bool IsLdExtModuleVarResolved(uint32_t methodOffset, uint32_t bcOffset) const in IsLdExtModuleVarResolved()
258 void RecordLdGlobalByNameBcOffset2HeapConstantIndex(uint32_t methodOffset, in RecordLdGlobalByNameBcOffset2HeapConstantIndex()
264 …uint32_t GetLdGlobalByNameBcOffset2HeapConstantIndex(uint32_t methodOffset, uint32_t bcOffset) con… in GetLdGlobalByNameBcOffset2HeapConstantIndex()
Dbytecode_info_collector.cpp84 auto methodOffset = methodId.GetOffset(); in ProcessClasses() local
179 auto methodOffset = methodIdx.GetOffset(); in ProcessMethod() local
206 MethodLiteral *method, uint32_t methodOffset, in CollectMethodPcsFromBC()
275 void BytecodeInfoCollector::SetMethodPcInfoIndex(uint32_t methodOffset, in SetMethodPcInfoIndex()
310 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral() local
320 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral() local
Dts_hcr_opt_pass.h67 JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx) const in GetStringFromConstantPool()
Dcompilation_driver.h54 uint32_t methodOffset, in CompileMethod()
167 auto methodOffset = methodLiteral->GetMethodId().GetOffset(); in CompileMethod() local
Dts_hcr_opt_pass.cpp117 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local
144 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()
Dpass_manager.cpp75 ApEntityId abcId) -> bool { in Compile()
280 Module *m) { in Compile()
Djit_compilation_env.cpp115 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local
180 …gedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool()
Dts_inline_lowering.cpp48 uint32_t methodOffset = 0; in GetInlinedMethodId() local
111 uint32_t methodOffset = info.GetCallMethodId(); in TryInline() local
555 uint32_t methodOffset = info.GetCallMethodId(); in InlineFuncCheck() local
778 bool TSInlineLowering::CalleePFIProcess(uint32_t methodOffset) in CalleePFIProcess()
809 void TSInlineLowering::UpdateCallMethodFlagMap(uint32_t methodOffset, const MethodLiteral *method) in UpdateCallMethodFlagMap()
827 uint32_t methodOffset = info.GetCallMethodId(); in InlineSuperCallCheck() local
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.cpp358 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
371 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
384 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile()
Dntype_bytecode_lowering.cpp219 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer() local
350 uint32_t methodOffset = acc_.TryGetMethodOffset(gate); in LowerLdExternalMoudleVar() local
/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_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
245 uint32_t methodOffset = cp->GetEntityId(data.constantPoolIdx_).GetOffset(); in StoreDataToGlobalData() local
402 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

12