| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 170 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 …]
|
| D | pgo_bc_info.h | 41 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()
|
| D | bytecode_info_collector.cpp | 85 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
|
| D | aot_compiler_preprocessor.h | 158 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()
|
| D | compilation_driver.h | 54 uint32_t methodOffset, in CompileMethod() 167 auto methodOffset = methodLiteral->GetMethodId().GetOffset(); in CompileMethod() local
|
| D | ts_hcr_opt_pass.cpp | 116 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local 143 auto methodOffset = acc_.TryGetMethodOffset(gate); in ConvertConstSingleCharToInt32() local
|
| D | pgo_bc_info.cpp | 67 uint32_t methodOffset = method->GetMethodId().GetOffset(); in Record() local
|
| D | ts_inline_lowering.h | 47 … NativeAreaAllocator *nativeAreaAllocator, PassOptions *options, uint32_t methodOffset, in TSInlineLowering()
|
| D | jit_compilation_env.cpp | 110 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local 175 …gedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool()
|
| D | pass_manager.cpp | 86 ApEntityId abcId) -> bool { in Compile() 292 Module *m) { in Compile()
|
| D | ts_inline_lowering.cpp | 53 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()
|
| D | aot_compilation_env.cpp | 108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint1… in GetStringFromConstantPool()
|
| D | pass_manager.h | 85 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
|
| D | aot_compiler_preprocessor.cpp | 369 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()
|
| D | type_info_accessors.cpp | 496 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
|
| D | compiler_log.cpp | 88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
|
| D | ntype_bytecode_lowering.cpp | 215 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.cpp | 21 PGOTypeLocation::PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, int32_t bcI… in PGOTypeLocation()
|
| D | pgo_type_location.h | 41 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
|
| D | pgo_type_recorder.cpp | 26 const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) in PGOTypeRecorder()
|
| D | pgo_type_parser.cpp | 21 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/ |
| D | snapshot_global_data.cpp | 50 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
|
| D | snapshot_constantpool_data.cpp | 138 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/ |
| D | global_type_info.h | 81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 164 auto methodOffset = methodOffsets.find(methodName); in RelocateFunctionSection() local
|