Home
last modified time | relevance | path

Searched refs:handle_scope_base (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dmacro-assembler-arm64.cc1698 Register handle_scope_base = x22; in CallApiFunctionAndReturn() local
1703 Mov(handle_scope_base, next_address); in CallApiFunctionAndReturn()
1704 Ldr(next_address_reg, MemOperand(handle_scope_base, kNextOffset)); in CallApiFunctionAndReturn()
1705 Ldr(limit_reg, MemOperand(handle_scope_base, kLimitOffset)); in CallApiFunctionAndReturn()
1706 Ldr(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
1708 Str(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
1743 Str(next_address_reg, MemOperand(handle_scope_base, kNextOffset)); in CallApiFunctionAndReturn()
1745 Ldr(w1, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
1750 Str(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
1751 Ldr(x1, MemOperand(handle_scope_base, kLimitOffset)); in CallApiFunctionAndReturn()
[all …]