Home
last modified time | relevance | path

Searched defs:baseOffset (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Drawheap_translate_test.cpp128 uint32_t baseOffset = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.cpp99 …eta::VisitObjectBody(const std::string &name, const ObjRangeVisitor &visitor, uint32_t &baseOffset) in VisitObjectBody()
124 uint32_t baseOffset = 0; in SetObjTypeBitFieldOffset() local
140 uint32_t baseOffset = 0; in SetNativatePointerBindingSizeOffset() local
Drawheap_translate.cpp139 uint32_t baseOffset = sizeof(uint64_t) + offset; in ReadObjTable() local
334 uint32_t baseOffset = 0; in BuildEdges() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp362 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4144 …int32 baseOffset = static_cast<int32>(memLayout->GetSizeOfLocals() + memLayout->GetSizeOfRefLocals… in GetBaseOffset() local
4148 …int32 baseOffset = static_cast<int32>(symAlloc->GetOffset()) + static_cast<int32>(memLayout->GetSi… in GetBaseOffset() local
4151 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
4154 int32 baseOffset = static_cast<int32>(symAlloc->GetOffset()) + in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1173 LLVMValueRef baseOffset = GetBaseOffset(gate, glue); in VisitBytecodeCall() local