Home
last modified time | relevance | path

Searched defs:dataSize (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dbitset.cpp27 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_frontend/es2panda/util/
H A Dbitset.cpp27 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
H A Dregisterquickfixqueryfunc_fuzzer.cpp36 size_t dataSize = strlen(data) + 1; in QuickFixQueryFunc() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp25 static bool SetPageProtect(uint8_t *textStart, size_t dataSize) in SetPageProtect() argument
115 bool MachineCode::SetData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize) in SetData() argument
161 SetBaselineCodeData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize) SetBaselineCodeData() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoders_test.cpp76 void TestPcRelativeLoad(size_t dataSize, ssize_t offset, bool getAddress, std::initializer_list<const char *> insts) in TestPcRelativeLoad() argument
136 void TestOffset(size_t dataSize, ssize_t offset) in TestOffset() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp227 size_t dataSize = fileData[i].second.size(); in DumpGlobals() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp248 size_t dataSize = sourceMapData.size(); in TestInit() local
250 sourceMap.Init(const_cast<uint8_t *>(data), dataSize); in TestInit() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp91 size_t dataSize = 0; in LoadJSPandaFile() local
588 size_t dataSize = 0; in CheckFilePath() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_type.h91 static void EncodeData(std::vector<uint8_t> &outData, size_t &dataSize, T value) in EncodeData() argument
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.cpp131 bool ProfileDumpInfo::SerializerBuffer::CompareAndAdvance(const uint8_t *data, size_t dataSize) in CompareAndAdvance() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp95 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPushPair() local
118 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPushSingle() local
346 uint32 dataSize = GetPointerBitSize(); in GenerateFrameTypeSave() local
375 uint32 dataSize = GetPointerBitSize(); in GenerateFunctionSave() local
391 uint32 dataSize = GetPointerBitSize(); GenerateFunctionSave() local
639 uint32 dataSize = GetPointerBitSize(); AppendInstructionPopSingle() local
662 uint32 dataSize = GetPointerBitSize(); AppendInstructionPopPair() local
[all...]
H A Daarch64_cgfunc.cpp705 uint32 dataSize = GetPrimTypeBitSize(type->GetPrimType()); in SelectDassign() local
849 uint32 dataSize = GetPrimTypeBitSize(symType); in SelectDread() local
[all...]
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp110 void SourceMap::Init(uint8_t *data, size_t dataSize) in Init() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.h171 size_t dataSize; /* Size in bytes. */ member

Completed in 13 milliseconds