| /external/v8/src/codegen/arm/ |
| D | macro-assembler-arm.h | 722 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /external/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.h | 883 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /external/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 936 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /external/v8/src/codegen/s390/ |
| D | macro-assembler-s390.h | 1150 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /external/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.h | 945 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /external/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 309 __ JumpIfRoot(r3, RootIndex::kUndefinedValue, &use_receiver); in Generate_JSConstructStubGeneric() local 331 __ JumpIfRoot(r3, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1721 __ JumpIfRoot(r5, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local 1722 __ JumpIfRoot(r5, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local 2153 __ JumpIfRoot(r6, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|
| /external/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 301 __ JumpIfRoot(r2, RootIndex::kUndefinedValue, &use_receiver); in Generate_JSConstructStubGeneric() local 323 __ JumpIfRoot(r2, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1763 __ JumpIfRoot(r4, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local 1764 __ JumpIfRoot(r4, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local 2216 __ JumpIfRoot(r5, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|
| /external/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 261 __ JumpIfRoot(v0, RootIndex::kUndefinedValue, &use_receiver); in Generate_JSConstructStubGeneric() local 283 __ JumpIfRoot(v0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1634 __ JumpIfRoot(arg_array, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local 2075 __ JumpIfRoot(a3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|
| /external/v8/src/builtins/arm/ |
| D | builtins-arm.cc | 266 __ JumpIfRoot(r0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1642 __ JumpIfRoot(r2, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local 1643 __ JumpIfRoot(r2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local 2051 __ JumpIfRoot(r3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|
| /external/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 260 __ JumpIfRoot(v0, RootIndex::kUndefinedValue, &use_receiver); in Generate_JSConstructStubGeneric() local 282 __ JumpIfRoot(v0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1608 __ JumpIfRoot(a2, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local 1609 __ JumpIfRoot(a2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local 2008 __ JumpIfRoot(a3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|
| /external/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 269 __ JumpIfRoot(rax, RootIndex::kTheHoleValue, &do_throw, Label::kNear); in Generate_JSConstructStubGeneric() local 1670 __ JumpIfRoot(rbx, RootIndex::kNullValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 1671 __ JumpIfRoot(rbx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 2257 __ JumpIfRoot(rcx, RootIndex::kUndefinedValue, &convert_global_proxy, in Generate_CallFunction() local
|
| /external/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 273 __ JumpIfRoot(eax, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local 1687 __ JumpIfRoot(edx, RootIndex::kNullValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 1688 __ JumpIfRoot(edx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local 2220 __ JumpIfRoot(ecx, RootIndex::kUndefinedValue, &convert_global_proxy, in Generate_CallFunction() local
|
| /external/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.cc | 2692 void MacroAssembler::JumpIfRoot(const Register& obj, RootIndex index, in JumpIfRoot() function in v8::internal::MacroAssembler
|
| /external/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 2374 __ JumpIfRoot(x3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
|