Home
last modified time | relevance | path

Searched refs:AssertFunction (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.h567 void AssertFunction(Register object, Register scratch);
Dmacro-assembler-ia32.cc758 void MacroAssembler::AssertFunction(Register object, Register scratch) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.h822 void AssertFunction(Register object);
Dmacro-assembler-x64.cc2390 void MacroAssembler::AssertFunction(Register object) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h847 void AssertFunction(Register object);
Dmacro-assembler-arm.cc2159 void MacroAssembler::AssertFunction(Register object) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.h1025 void AssertFunction(Register object);
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h1212 void AssertFunction(Register object);
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h1133 void AssertFunction(Register object);
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h1286 void AssertFunction(Register object);
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h1332 void AssertFunction(Register object);
Dmacro-assembler-ppc.cc2137 void MacroAssembler::AssertFunction(Register object) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1800 __ AssertFunction(r4); in Generate_InterpreterPushArgsThenConstructImpl() local
2714 __ AssertFunction(r4); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc1858 __ AssertFunction(r3); in Generate_InterpreterPushArgsThenConstructImpl() local
2760 __ AssertFunction(r3); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc1553 __ AssertFunction(a1); in Generate_InterpreterPushArgsThenConstructImpl() local
2483 __ AssertFunction(a1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc1569 __ AssertFunction(r1); in Generate_InterpreterPushArgsThenConstructImpl() local
2498 __ AssertFunction(r1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1780 __ AssertFunction(x1); in Generate_InterpreterPushArgsThenConstructImpl() local
2896 __ AssertFunction(x1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1551 __ AssertFunction(a1); in Generate_InterpreterPushArgsThenConstructImpl() local
2479 __ AssertFunction(a1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc1620 __ AssertFunction(a1); in Generate_InterpreterPushArgsThenConstructImpl() local
2637 __ AssertFunction(a1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1520 __ AssertFunction(kJavaScriptCallTargetRegister, eax); in Generate_InterpreterPushArgsThenConstructImpl() local
2675 __ AssertFunction(edi, ecx); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc1529 __ AssertFunction(rdi); in Generate_InterpreterPushArgsThenConstructImpl() local
2609 __ AssertFunction(rdi); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc1545 __ AssertFunction(a1); in Generate_InterpreterPushArgsThenConstructImpl() local
2428 __ AssertFunction(a1); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h1858 void AssertFunction(Register object);
Dmacro-assembler-arm64.cc1581 void MacroAssembler::AssertFunction(Register object) { in AssertFunction() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1718 void AssertFunction(Register object);

12