Home
last modified time | relevance | path

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

/external/v8/src/ic/arm64/
Dic-arm64.cc192 __ JumpIfRoot(scratch2, Heap::kNullValueRootIndex, &absent); in GenerateFastArrayLoad() local
221 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, &check_prototypes); in GenerateFastArrayLoad() local
398 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary); in GenerateKeyedLoadWithNameKey() local
Dhandler-compiler-arm64.cc357 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &miss); in CompileLoadGlobal() local
746 __ JumpIfRoot(x0, Heap::kNoInterceptorResultSentinelRootIndex, in GenerateLoadInterceptorWithFollowup() local
/external/v8/src/arm64/
Dcodegen-arm64.cc162 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map); in GenerateSmiToDouble() local
267 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map); in GenerateDoubleToObject() local
Dcode-stubs-arm64.cc2752 __ JumpIfRoot(scratch1, Heap::kuninitialized_symbolRootIndex, &initialize); in GenerateRecordCallTarget() local
2810 __ JumpIfRoot(x5, Heap::kAllocationSiteMapRootIndex, in Generate() local
2926 __ JumpIfRoot(x4, Heap::kmegamorphic_symbolRootIndex, &call); in Generate() local
2941 __ JumpIfRoot(x4, Heap::kuninitialized_symbolRootIndex, &miss); in Generate() local
3124 __ JumpIfRoot(result_, Heap::kUndefinedValueRootIndex, &slow_case_); in GenerateFast() local
3253 __ JumpIfRoot(lhs, Heap::kUndefinedValueRootIndex, &unordered); in GenerateNumbers() local
4866 __ JumpIfRoot(entity_name, Heap::kUndefinedValueRootIndex, done); in GenerateNegativeLookup() local
4873 __ JumpIfRoot(entity_name, Heap::kTheHoleValueRootIndex, &good); in GenerateNegativeLookup() local
5226 __ JumpIfRoot(allocation_site, Heap::kUndefinedValueRootIndex, &no_info); in Generate() local
5364 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &slow_case); in Generate() local
Dbuiltins-arm64.cc2008 __ JumpIfRoot(x3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
Dmacro-assembler-arm64.cc3494 void MacroAssembler::JumpIfRoot(const Register& obj, in JumpIfRoot() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.h953 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
Dbuiltins-arm.cc1545 __ JumpIfRoot(r0, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1546 __ JumpIfRoot(r0, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1959 __ JumpIfRoot(r3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
/external/v8/src/mips/
Dbuiltins-mips.cc1321 __ JumpIfRoot(signature, Heap::kUndefinedValueRootIndex, in CompatibleReceiverCheck() local
1361 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, receiver_check_failed); in CompatibleReceiverCheck() local
1556 __ JumpIfRoot(a0, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1557 __ JumpIfRoot(a0, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1991 __ JumpIfRoot(a3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
Dmacro-assembler-mips.h301 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/mips64/
Dbuiltins-mips64.cc1311 __ JumpIfRoot(signature, Heap::kUndefinedValueRootIndex, in CompatibleReceiverCheck() local
1351 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, receiver_check_failed); in CompatibleReceiverCheck() local
1546 __ JumpIfRoot(a0, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1547 __ JumpIfRoot(a0, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1982 __ JumpIfRoot(a3, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
Dmacro-assembler-mips64.h329 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/ppc/
Dbuiltins-ppc.cc1309 __ JumpIfRoot(signature, Heap::kUndefinedValueRootIndex, in CompatibleReceiverCheck() local
1351 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, receiver_check_failed); in CompatibleReceiverCheck() local
1561 __ JumpIfRoot(r3, Heap::kNullValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1562 __ JumpIfRoot(r3, Heap::kUndefinedValueRootIndex, &no_arguments); in Generate_FunctionPrototypeApply() local
1997 __ JumpIfRoot(r6, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
Dmacro-assembler-ppc.h819 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc208 __ JumpIfRoot(value_, index_, label); in Emit() local
1785 __ JumpIfRoot( in DoBranch() local
1791 __ JumpIfRoot( in DoBranch() local
1793 __ JumpIfRoot( in DoBranch() local
1799 __ JumpIfRoot( in DoBranch() local
5573 __ JumpIfRoot(value, Heap::kTrueValueRootIndex, true_label); in DoTypeofIsAndBranch() local
5581 __ JumpIfRoot(value, Heap::kUndefinedValueRootIndex, true_label); in DoTypeofIsAndBranch() local
5605 __ JumpIfRoot(value, Heap::kNullValueRootIndex, true_label); in DoTypeofIsAndBranch() local
5675 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, &global_object); in DoWrapReceiver() local
5676 __ JumpIfRoot(receiver, Heap::kUndefinedValueRootIndex, &global_object); in DoWrapReceiver() local
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1051 __ JumpIfRoot(x0, Heap::kUndefinedValueRootIndex, &exit); in VisitForInStatement() local
1165 __ JumpIfRoot(x0, Heap::kUndefinedValueRootIndex, in VisitForInStatement() local
1288 __ JumpIfRoot(temp, Heap::kNativeContextMapRootIndex, &fast); in EmitLoadGlobalCheckExtensions() local
2273 __ JumpIfRoot(x10, Heap::kTheHoleValueRootIndex, &uninitialized_this); in EmitVariableAssignment() local
4201 __ JumpIfRoot(x0, Heap::kTrueValueRootIndex, if_true); in EmitLiteralCompareTypeof() local
4207 __ JumpIfRoot(x0, Heap::kUndefinedValueRootIndex, if_true); in EmitLiteralCompareTypeof() local
4225 __ JumpIfRoot(x0, Heap::kNullValueRootIndex, if_true); in EmitLiteralCompareTypeof() local
/external/v8/src/x64/
Dbuiltins-x64.cc1159 __ JumpIfRoot(rax, Heap::kNullValueRootIndex, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
1160 __ JumpIfRoot(rax, Heap::kUndefinedValueRootIndex, &no_arguments, in Generate_FunctionPrototypeApply() local
2070 __ JumpIfRoot(rcx, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
/external/v8/src/ia32/
Dbuiltins-ia32.cc1106 __ JumpIfRoot(eax, Heap::kNullValueRootIndex, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
1107 __ JumpIfRoot(eax, Heap::kUndefinedValueRootIndex, &no_arguments, in Generate_FunctionPrototypeApply() local
1861 __ JumpIfRoot(ecx, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local
/external/v8/src/x87/
Dbuiltins-x87.cc1106 __ JumpIfRoot(eax, Heap::kNullValueRootIndex, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
1107 __ JumpIfRoot(eax, Heap::kUndefinedValueRootIndex, &no_arguments, in Generate_FunctionPrototypeApply() local
1868 __ JumpIfRoot(ecx, Heap::kUndefinedValueRootIndex, in Generate_CallFunction() local