Home
last modified time | relevance | path

Searched defs:size (Results 13426 - 13450 of 16668) sorted by relevance

1...<<531532533534535536537538539540>>...667

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp800 void LLVMArkInterface::PutMethodStackSize(const llvm::Function *method, uint64_t size) in PutMethodStackSize() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp437 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 Dfile_item_container.cpp749 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 Dstring.cpp809 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 Dregexp_parser.cpp358 int32_t size = set.size(); in ParseAlternative() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h323 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 Dframe.h222 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 Dmem_stats_gen_gc_test.cpp263 size_t size = objTemplates[j].length() + sizeof(coretypes::String); in MakeAllocationsWithRepeats() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp543 void Debugger::ObjectAlloc(BaseClass *klass, ObjectHeader *object, ManagedThread *thread, size_t size) in ObjectAlloc() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp333 uint32_t size = EcmaStringAccessor(string).GetLength(); in GetValueFromHexString() local
402 uint32_t size = EcmaStringAccessor(string).GetLength(); in StringToCodePoints() local
[all...]
H A Dbuiltins_shared_array.cpp724 uint32_t size = thisObjHandle->GetNumberOfElements(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp501 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 Dassembler_aarch64.cpp36 unsigned int size = static_cast<uint32_t>(width); in Create() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp43 uint32_t size = pcOffsets_.size(); in BuildRegionInfo() local
[all...]
H A Dfile_generators.cpp56 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 Dgate.cpp948 size_t Gate::PrintInGate(size_t numIns, size_t idx, size_t size, bool inListPreview, size_t highlightIdx, in PrintInGate() argument
H A Dgraph_linearizer.cpp191 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 Dmcr_lowering.cpp820 GateRef size = acc_.GetValueIn(gate, 0); in HeapAllocateInSOld() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp115 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 Daarch64_mop_split.h335 uint32 size = is64Bits ? k64BitSize : k32BitSize; in AddSubWithLslSplit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc_lsra.h238 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 Dx64_emitter.cpp1770 uint64 size = GlobalTables::GetGsymTable().GetSymbolTableSize(); in EmitGlobalVariable() local
H A Dx64_cgfunc.cpp326 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 Dhelpers.cpp164 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 Dsamples_record.cpp110 uint32_t size = profileInfo_->samples.size(); in AddSample() local
131 uint32_t size = profileInfo_->samples.size(); in AddEmptyStackSample() local
[all...]

Completed in 49 milliseconds

1...<<531532533534535536537538539540>>...667