Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc1521 Label skip_hook; in CallRecordWriteStub() local
1529 beq(&skip_hook); in CallRecordWriteStub()
1559 bind(&skip_hook); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc3779 Label skip_hook; in CheckDebugHook() local
3786 Branch(&skip_hook, eq, scratch, Operand(zero_reg)); in CheckDebugHook()
3820 bind(&skip_hook); in CheckDebugHook()
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc4411 Label skip_hook; in CallRecordWriteStub() local
4414 Branch(&skip_hook, eq, t0, Operand(zero_reg)); in CallRecordWriteStub()
4446 bind(&skip_hook); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc4938 Label skip_hook; in CallRecordWriteStub() local
4942 Branch(&skip_hook, eq, t0, Operand(zero_reg)); in CallRecordWriteStub()
4974 bind(&skip_hook); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc1717 Label skip_hook; in CallRecordWriteStub() local
1723 beq(&skip_hook); in CallRecordWriteStub()
1753 bind(&skip_hook); in CallRecordWriteStub()