Home
last modified time | relevance | path

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

/external/v8/src/codegen/arm/
Dmacro-assembler-arm.h722 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h883 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/codegen/mips/
Dmacro-assembler-mips.h936 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/codegen/s390/
Dmacro-assembler-s390.h1150 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h945 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc309 __ 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/
Dbuiltins-s390.cc301 __ 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/
Dbuiltins-mips64.cc261 __ 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/
Dbuiltins-arm.cc266 __ 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/
Dbuiltins-mips.cc260 __ 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/
Dbuiltins-x64.cc269 __ 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/
Dbuiltins-ia32.cc273 __ 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/
Dmacro-assembler-arm64.cc2692 void MacroAssembler::JumpIfRoot(const Register& obj, RootIndex index, in JumpIfRoot() function in v8::internal::MacroAssembler
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2374 __ JumpIfRoot(x3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local