| /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 | aot_compiler_preprocessor.h | 162 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()
|
| D | jit_compilation_env.h | 198 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()
|
| D | bytecode_info_collector.cpp | 84 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
|
| D | ts_hcr_opt_pass.h | 67 JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx) const in GetStringFromConstantPool()
|
| 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 | 117 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local 144 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 | pass_manager.cpp | 75 ApEntityId abcId) -> bool { in Compile() 280 Module *m) { in Compile()
|
| D | jit_compilation_env.cpp | 115 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local 180 …gedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool()
|
| D | ts_inline_lowering.cpp | 48 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
|
| D | aot_compilation_env.cpp | 107 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 | 358 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()
|
| D | ntype_bytecode_lowering.cpp | 219 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/ |
| D | pgo_type_location.h | 34 explicit PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in PGOTypeLocation() 37 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()
|
| /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 | 136 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/ |
| D | global_type_info.h | 81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation()
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/graph_wrapper/ |
| D | graph_wrapper.cpp | 58 uint32_t methodOffset) in BuildGraphDynamic()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | metadata_inspect_static.cpp | 104 uint32_t *methodOffset) in GetMethodOffset() 189 uint32_t methodOffset = 0; in CreateGraphFromFunctionStatic() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_sharedobject_test.cpp | 129 uint32_t methodOffset = 100; in HWTEST_F_L0() local
|