Home
last modified time | relevance | path

Searched defs:dataSize (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
Dregisterquickfixqueryfunc_fuzzer.cpp36 size_t dataSize = strlen(data) + 1; in QuickFixQueryFunc() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoders_test.cpp76 …void TestPcRelativeLoad(size_t dataSize, ssize_t offset, bool getAddress, std::initializer_list<co… in TestPcRelativeLoad()
136 void TestOffset(size_t dataSize, ssize_t offset) in TestOffset()
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp27 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_frontend/ets2panda/util/
Dbitset.cpp27 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp23 void MachineCode::SetData(const MachineCodeDesc *desc, JSHandle<Method> &method, size_t dataSize) in SetData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp881 uint32 dataSize = GetPointerSize() * kBitsPerByte; in AppendInstructionPushPair() local
913 uint32 dataSize = GetPointerSize() * kBitsPerByte; in AppendInstructionPushSingle() local
1599 uint32 dataSize = GetPointerSize() * kBitsPerByte; in AppendInstructionPopSingle() local
1623 uint32 dataSize = GetPointerSize() * kBitsPerByte; in AppendInstructionPopPair() local
Daarch64_color_ra.cpp161 uint32 dataSize = GetPrimTypeBitSize(symType); in IsRematerializable() local
208 uint32 dataSize = GetPrimTypeBitSize(symType); in Rematerialize() local
Daarch64_cgfunc.cpp1087 uint32 dataSize = GetPrimTypeBitSize(type->GetPrimType()); in SelectDassign() local
2025 auto dataSize = GetPrimTypeBitSize(destType); in SelectIassign() local
2046 auto dataSize = GetPrimTypeBitSize(destType); in SelectIassignoff() local
2973 uint32 dataSize = GetPrimTypeBitSize(symType); in SelectDread() local
10137 uint32 dataSize = GetOrCreateVirtualRegisterOperand(vrNum).GetSize(); in AdjustMemOperandIfOffsetOutOfRange() local
11635 MemOperand &AArch64CGFunc::LoadStructCopyBase(const MIRSymbol &symbol, int64 offset, int dataSize) in LoadStructCopyBase()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h91 static void EncodeData(std::vector<uint8_t> &outData, size_t &dataSize, T value) in EncodeData()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp577 …adData(const std::string &hapPath, const std::string &sourceMapPath, char **data, size_t &dataSize) in ArkReadData()
815 size_t dataSize = 0; in GetArkNativeFrameInfo() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp131 bool ProfileDumpInfo::SerializerBuffer::CompareAndAdvance(const uint8_t *data, size_t dataSize) in CompareAndAdvance()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp227 size_t dataSize = fileData[i].second.size(); in DumpGlobals() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp83 size_t dataSize = 0; in LoadJSPandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp620 const uint32 dataSize = cgFunc->NumBBs() + 1; in InitDataSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h171 size_t dataSize; /* Size in bytes. */ member