/external/v8/src/arm/ |
D | macro-assembler-arm.h | 725 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 856 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 294 __ JumpIfRoot(v0, Heap::kUndefinedValueRootIndex, &use_receiver); in Generate_JSConstructStubGeneric() local 316 __ JumpIfRoot(v0, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1392 __ JumpIfRoot(a2, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1393 __ JumpIfRoot(a2, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1775 __ JumpIfRoot(a3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 306 __ JumpIfRoot(r3, Heap::kUndefinedValueRootIndex, &use_receiver); in Generate_JSConstructStubGeneric() local 328 __ JumpIfRoot(r3, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1441 __ JumpIfRoot(r5, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1442 __ JumpIfRoot(r5, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1843 __ JumpIfRoot(r6, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 298 __ JumpIfRoot(r2, Heap::kUndefinedValueRootIndex, &use_receiver); in Generate_JSConstructStubGeneric() local 320 __ JumpIfRoot(r2, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1435 __ JumpIfRoot(r4, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1436 __ JumpIfRoot(r4, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1848 __ JumpIfRoot(r5, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 272 __ JumpIfRoot(rax, Heap::kUndefinedValueRootIndex, &use_receiver, in Generate_JSConstructStubGeneric() local 295 __ JumpIfRoot(rax, Heap::kTheHoleValueRootIndex, &do_throw, Label::kNear); in Generate_JSConstructStubGeneric() local 1405 __ JumpIfRoot(rbx, Heap::kNullValueRootIndex, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 1406 __ JumpIfRoot(rbx, Heap::kUndefinedValueRootIndex, &no_arguments, in Generate_FunctionPrototypeApply() local 1960 __ JumpIfRoot(rcx, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 306 __ JumpIfRoot(r0, Heap::kUndefinedValueRootIndex, &use_receiver); in Generate_JSConstructStubGeneric() local 328 __ JumpIfRoot(r0, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1401 __ JumpIfRoot(r2, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1402 __ JumpIfRoot(r2, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1774 __ JumpIfRoot(r3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 923 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1099 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 275 __ JumpIfRoot(eax, Heap::kUndefinedValueRootIndex, &use_receiver, in Generate_JSConstructStubGeneric() local 298 __ JumpIfRoot(eax, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1425 __ JumpIfRoot(ebx, Heap::kNullValueRootIndex, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 1426 __ JumpIfRoot(ebx, Heap::kUndefinedValueRootIndex, &no_arguments, in Generate_FunctionPrototypeApply() local 1890 __ JumpIfRoot(ecx, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 938 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 294 __ JumpIfRoot(v0, Heap::kUndefinedValueRootIndex, &use_receiver); in Generate_JSConstructStubGeneric() local 316 __ JumpIfRoot(v0, Heap::kTheHoleValueRootIndex, &do_throw); in Generate_JSConstructStubGeneric() local 1393 __ JumpIfRoot(arg_array, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local 1796 __ JumpIfRoot(a3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2610 void MacroAssembler::JumpIfRoot(const Register& obj, in JumpIfRoot() function in v8::internal::MacroAssembler
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 2124 __ JumpIfRoot(x3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
|