Searched defs:loadOffset (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 564 bool ArkParseJsFrameInfo(uintptr_t byteCodePc, uintptr_t mapBase, uintptr_t loadOffset, in ArkParseJsFrameInfo() 1204 uintptr_t loadOffset, JsFunction *jsFunction) in GetJsFrameInfo() 1233 uintptr_t loadOffset, JsFunction *jsFunction) in ArkParseJsFrameInfoLocal() 1304 uintptr_t byteCodePc, uintptr_t mapBase, uintptr_t loadOffset, uint8_t *data, in ark_parse_js_frame_info() 1325 …uintptr_t byteCodePc, uintptr_t mapBase, uintptr_t loadOffset, panda::ecmascript::JsFunction *jsFu… in ark_parse_js_frame_info_local()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | barrier_stub_builder.cpp | 88 GateRef BarrierStubBuilder::GetBitSetDataAddr(GateRef objectRegion, GateRef loadOffset, int32_t cre… in GetBitSetDataAddr() 269 … GateRef loadOffset = IntPtr(Region::PackedData::GetLocalToShareSetOffset(env->Is32Bit())); in FlushBatchBitSet() local 285 GateRef loadOffset = IntPtr(Region::PackedData::GetOldToNewSetOffset(env->Is32Bit())); in FlushBatchBitSet() local
|
| D | stub_builder.cpp | 2265 … GateRef loadOffset = IntPtr(Region::PackedData::GetLocalToShareSetOffset(env_->Is32Bit())); in SetSValueWithBarrier() local 2336 GateRef loadOffset = IntPtr(Region::PackedData::GetOldToNewSetOffset(env_->Is32Bit())); in SetNonSValueWithBarrier() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
| D | js_stackinfo_test.cpp | 568 uintptr_t loadOffset = 0; in HWTEST_F_L0() local 609 uintptr_t loadOffset = 0; in HWTEST_F_L0() local
|