| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_ark_interface.cpp | 800 void LLVMArkInterface::PutMethodStackSize(const llvm::Function *method, uint64_t size) in PutMethodStackSize() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.cpp | 437 uint32_t size = (inst->GetType() == DataType::UINT64 || inst->GetType() == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in ReplaceSignedModPowerOfTwo() local 474 uint32_t size = (inst->GetType() == DataType::UINT64 || inst->GetType() == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in ReplaceUnsignedModPowerOfTwo() local 592 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in LowerShift() local 720 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCod argument 751 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; LowerAddSub() local 788 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; LowerMulDivMod() local 1047 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; LowerLogic() local 1090 uint32_t size = DataType::GetTypeSize(type, graph->GetArch()); LowerMemInstScale() local 1236 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; BetterToSwapCompareInputs() local 1328 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; LowerIf() local 1413 uint32_t size = LowerToDeoptimizeCompare() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_item_container.cpp | 749 size_t size = item->GetSize(); GetStat() local 926 auto size = index_.size(); Add() local 952 size_t size = headers_.size() * sizeof(File::RegionHeader); CalculateSize() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 809 static int32_t ComputeHashForData(const T *data, size_t size) in ComputeHashForData() argument 1042 size_t size = compressed ? String::ComputeSizeMUtf8(length) : String::ComputeSizeUtf16(length); AllocStringObject() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_parser.cpp | 358 int32_t size = set.size(); in ParseAlternative() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_runtime_interface.h | 323 static void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() argument 409 static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | frame.h | 222 ALWAYS_INLINE static inline size_t GetAllocSize(size_t size, uint32_t extSz) in GetAllocSize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | mem_stats_gen_gc_test.cpp | 263 size_t size = objTemplates[j].length() + sizeof(coretypes::String); in MakeAllocationsWithRepeats() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.cpp | 543 void Debugger::ObjectAlloc(BaseClass *klass, ObjectHeader *object, ManagedThread *thread, size_t size) in ObjectAlloc() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.cpp | 333 uint32_t size = EcmaStringAccessor(string).GetLength(); in GetValueFromHexString() local 402 uint32_t size = EcmaStringAccessor(string).GetLength(); in StringToCodePoints() local [all...] |
| H A D | builtins_shared_array.cpp | 724 uint32_t size = thisObjHandle->GetNumberOfElements(); in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 501 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | assembler_aarch64.cpp | 36 unsigned int size = static_cast<uint32_t>(width); in Create() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_circuit_builder.cpp | 43 uint32_t size = pcOffsets_.size(); in BuildRegionInfo() local [all...] |
| H A D | file_generators.cpp | 56 uint32_t size = 0; in CollectStackMapDes() local 415 size_t size = stubInfo_.GetAsmStubSize(); DisassembleAsmStubs() local 623 uint32_t size = 0; GenerateMergedStackmapSection() local [all...] |
| H A D | gate.cpp | 948 size_t Gate::PrintInGate(size_t numIns, size_t idx, size_t size, bool inListPreview, size_t highlightIdx, in PrintInGate() argument
|
| H A D | graph_linearizer.cpp | 191 explicit ImmediateDominatorsGenerator(GraphLinearizer *linearizer, Chunk* chunk, size_t size) in ImmediateDominatorsGenerator() argument 373 auto size = linearizer_->regionList_.size(); PrintLoop() local 399 auto size = linearizer_->regionList_.size(); ComputeLoopInfo() local 440 auto size = linearizer_->regionList_.size(); ComputeLoopNumber() local 587 auto size = regionRoots.size(); InitializeFixedGate() local [all...] |
| H A D | mcr_lowering.cpp | 820 GateRef size = acc_.GetValueIn(gate, 0); in HeapAllocateInSOld() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.cpp | 115 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca() argument 134 uint8_t *CodeInfo::CodeSpaceOnDemand::Alloca(uintptr_t size, [[maybe_unused]] bool isReq, size_t alignSize) in Alloca() argument 163 AllocaOnDemand(uintptr_t size, size_t alignSize) AllocaOnDemand() argument 168 AllocaInReqSecBuffer(uintptr_t size, size_t alignSize) AllocaInReqSecBuffer() argument 173 AllocaInNotReqSecBuffer(uintptr_t size, size_t alignSize) AllocaInNotReqSecBuffer() argument 178 AllocaCodeSectionImp(uintptr_t size, const char *sectionName, AllocaSectionCallback allocaInReqSecBuffer) AllocaCodeSectionImp() argument 200 AllocaCodeSection(uintptr_t size, const char *sectionName) AllocaCodeSection() argument 205 AllocaCodeSectionOnDemand(uintptr_t size, const char *sectionName) AllocaCodeSectionOnDemand() argument 210 AllocaDataSectionImp(uintptr_t size, const char *sectionName, AllocaSectionCallback allocaInReqSecBuffer, AllocaSectionCallback allocaInNotReqSecBuffer) AllocaDataSectionImp() argument 238 AllocaDataSection(uintptr_t size, const char *sectionName) AllocaDataSection() argument 243 AllocaDataSectionOnDemand(uintptr_t size, const char *sectionName) AllocaDataSectionOnDemand() argument 358 RoundTripAllocateCodeSection(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName) RoundTripAllocateCodeSection() argument 365 RoundTripAllocateCodeSectionOnDemand(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName) RoundTripAllocateCodeSectionOnDemand() argument 372 RoundTripAllocateDataSection(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName, [[maybe_unused]] LLVMBool isReadOnly) RoundTripAllocateDataSection() argument 380 RoundTripAllocateDataSectionOnDemand(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName, [[maybe_unused]] LLVMBool isReadOnly) RoundTripAllocateDataSectionOnDemand() argument 648 Disassemble(const std::map<uintptr_t, std::string> *addr2name, const std::string& triple, uint8_t *buf, size_t size) GetCalleeReg2Offset() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| H A D | aarch64_mop_split.h | 335 uint32 size = is64Bits ? k64BitSize : k32BitSize; in AddSubWithLslSplit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | reg_alloc_lsra.h | 238 void SetSpillSize(uint32 size) in SetSpillSize() argument 248 void SetMaxDefSize(uint32 size) in SetMaxDefSize() argument 258 void SetMaxUseSize(uint32 size) in SetMaxUseSize() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_emitter.cpp | 1770 uint64 size = GlobalTables::GetGsymTable().GetSymbolTableSize(); in EmitGlobalVariable() local
|
| H A D | x64_cgfunc.cpp | 326 RegOperand &X64CGFunc::GetZeroOpnd(uint32 size) in GetZeroOpnd() argument 332 Operand &X64CGFunc::CreateCfiRegOperand(uint32 reg, uint32 size) in CreateCfiRegOperand() argument 424 uint32 size = memOpnd->GetSize(); in FreeSpillRegMem() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 164 GetScientificNotationForDouble(double number, uint32_t significandBitCount, int32_t &numberBitCount, char *significandArray, char *sciNotationArray, uint32_t size) GetScientificNotationForDouble() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | samples_record.cpp | 110 uint32_t size = profileInfo_->samples.size(); in AddSample() local 131 uint32_t size = profileInfo_->samples.size(); in AddEmptyStackSample() local [all...] |