Home
last modified time | relevance | path

Searched defs:OFFSET (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmmap_fixed_test.cpp35 static constexpr size_t OFFSET = 4_KB; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp38 constexpr auto OFFSET = 10; in DecodeSurrogates() local
47 constexpr auto OFFSET = 10; in EncodeSurrogate() local
/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.h30 OFFSET, enumerator
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmmap_test.cpp125 static constexpr size_t OFFSET = 4_KB; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dconfig_handler_breakpoints.cpp69 static const auto OFFSET = (P4::OfString("0x") >> HEX) | DEC |= OFFSET_HANDLER; in BreakpointParser() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp38 constexpr auto OFFSET = 10U; in DecodeSurrogates() local
47 constexpr auto OFFSET = 10U; in EncodeSurrogate() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp169 __ Ldp(Register(X3), Register(X4), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
170 __ Ldp(Register(X3).W(), Register(X4).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
194 __ Ldr(Register(X3), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
195 __ Ldr(Register(X3).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
197 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
199 __ Ldrh(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
200 __ Ldur(Register(X1), MemoryOperand(Register(SP), -8, OFFSET)); in HWTEST_F_L0() local
201 __ Stur(Register(X3), MemoryOperand(Register(SP), -8, OFFSET)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dcframe_layout.h161 const auto OFFSET = GetFrameSize<SLOTS>() - slot - 2U; in GetOffset() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp75 constexpr auto OFFSET = 10; in HexValue() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp83 constexpr auto OFFSET = 10; in HexValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h192 OFFSET, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp3086 static constexpr int32_t OFFSET = 2; in LoadStorePair() local

Completed in 12 milliseconds