Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp27 static bool SetPageProtect(uint8_t *textStart, size_t dataSize) in SetPageProtect()
141 …::SetData(JSThread *thread, const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize) in SetData()
198 JSHandle<Method> &method, size_t dataSize) in SetBaselineCodeData()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisdataview_fuzzer/
Djsvaluerefisdataview_fuzzer.cpp32 const int32_t dataSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1023); in JSValueRefIsDataViewFuzzerTest() 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.cpp22 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp93 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPushPair() local
116 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPushSingle() local
347 uint32 dataSize = GetPointerBitSize(); in GenerateFrameTypeSave() local
376 uint32 dataSize = GetPointerBitSize(); in GenerateFunctionSave() local
392 uint32 dataSize = GetPointerBitSize(); in GenerateFunctionSave() local
640 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPopSingle() local
663 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPopPair() local
Daarch64_cgfunc.cpp692 uint32 dataSize = GetPrimTypeBitSize(type->GetPrimType()); in SelectDassign() local
822 uint32 dataSize = GetPrimTypeBitSize(symType); in SelectDread() local
4252 uint32 dataSize = GetOrCreateVirtualRegisterOperand(vrNum).GetSize(); in AdjustMemOperandIfOffsetOutOfRange() local
4663 MemOperand &AArch64CGFunc::LoadStructCopyBase(const MIRSymbol &symbol, int64 offset, int dataSize) in LoadStructCopyBase()
/arkcompiler/ets_frontend/ets2panda/util/
Dbitset.cpp27 size_t dataSize = DataSize(); in BitSet() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp204 uint32_t dataSize = size * sizeof(uint32_t); in RealPath() local
215 uint32_t dataSize = size * sizeof(uint64_t); in RealPath() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp565 … uint8_t *data, uint64_t dataSize, uintptr_t extractorptr, JsFunction *jsFunction) in ArkParseJsFrameInfo()
1039 JSPandaFile* JSSymbolExtractor::GetJSPandaFile(uint8_t *data, size_t dataSize) in GetJSPandaFile()
1057 void JSSymbolExtractor::CreateJSPandaFile(uint8_t *data, size_t dataSize) in CreateJSPandaFile()
1067 SourceMap* JSSymbolExtractor::GetSourceMap(uint8_t *data, size_t dataSize) in GetSourceMap()
1085 void JSSymbolExtractor::CreateSourceMap(uint8_t *data, size_t dataSize) in CreateSourceMap()
1305 uint64_t dataSize, uintptr_t extractorptr, panda::ecmascript::JsFunction *jsFunction) in ark_parse_js_frame_info()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp102 size_t dataSize = 0; in LoadJSPandaFile() local
595 size_t dataSize = 0; in CheckFilePath() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp223 size_t dataSize = fileData[i].second.size(); in DumpGlobals() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp107 void SourceMap::Init(uint8_t *data, size_t dataSize) in Init()
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h92 static void EncodeData(std::vector<uint8_t> &outData, size_t &dataSize, T value) in EncodeData()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp132 bool ProfileDumpInfo::SerializerBuffer::CompareAndAdvance(const uint8_t *data, size_t dataSize) in CompareAndAdvance()
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dsource_map_test.cpp310 size_t dataSize = sourceMapData.size(); in TestInit() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h171 size_t dataSize; /* Size in bytes. */ member