Home
last modified time | relevance | path

Searched defs:JumpIfRoot (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h725 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/ppc/
Dmacro-assembler-ppc.h856 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc294 __ 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/
Dbuiltins-ppc.cc306 __ 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/
Dbuiltins-s390.cc298 __ 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/
Dbuiltins-x64.cc272 __ 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/
Dbuiltins-arm.cc306 __ 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/
Dmacro-assembler-mips.h923 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/s390/
Dmacro-assembler-s390.h1099 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc275 __ 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/
Dmacro-assembler-mips64.h938 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc294 __ 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/
Dmacro-assembler-arm64.cc2610 void MacroAssembler::JumpIfRoot(const Register& obj, in JumpIfRoot() function in v8::internal::MacroAssembler
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2124 __ JumpIfRoot(x3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local