Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcode-stubs-arm64.cc5552 Register handle_scope_base = x22; in CallApiFunctionAndReturn() local
5557 __ Mov(handle_scope_base, next_address); in CallApiFunctionAndReturn()
5558 __ Ldr(next_address_reg, MemOperand(handle_scope_base, kNextOffset)); in CallApiFunctionAndReturn()
5559 __ Ldr(limit_reg, MemOperand(handle_scope_base, kLimitOffset)); in CallApiFunctionAndReturn()
5560 __ Ldr(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
5562 __ Str(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
5598 __ Str(next_address_reg, MemOperand(handle_scope_base, kNextOffset)); in CallApiFunctionAndReturn()
5600 __ Ldr(w1, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
5605 __ Str(level_reg, MemOperand(handle_scope_base, kLevelOffset)); in CallApiFunctionAndReturn()
5606 __ Ldr(x1, MemOperand(handle_scope_base, kLimitOffset)); in CallApiFunctionAndReturn()
[all …]