Home
last modified time | relevance | path

Searched refs:call_runtime (Results 1 – 25 of 73) sorted by relevance

123

/external/v8/src/builtins/
Dbuiltins-constructor.cc187 Label call_runtime(this); in TF_BUILTIN() local
189 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime); in TF_BUILTIN()
192 Bind(&call_runtime); in TF_BUILTIN()
200 Label call_runtime(this), end(this); in EmitFastNewObject() local
202 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime); in EmitFastNewObject()
206 Bind(&call_runtime); in EmitFastNewObject()
216 CodeAssemblerLabel* call_runtime) { in EmitFastNewObject() argument
223 Goto(call_runtime); in EmitFastNewObject()
230 GotoIf(TaggedIsSmi(initial_map), call_runtime); in EmitFastNewObject()
231 GotoIf(DoesntHaveInstanceType(initial_map, MAP_TYPE), call_runtime); in EmitFastNewObject()
[all …]
Dbuiltins-object.cc22 Node* object, Node* context, Label* call_runtime, in EmitForInPrepare() argument
27 CheckEnumCache(object, &use_cache, call_runtime); in EmitForInPrepare()
48 Label call_runtime(this), return_true(this), return_false(this); in TF_BUILTIN() local
64 &call_runtime); in TF_BUILTIN()
68 &return_true, &return_false, &call_runtime); in TF_BUILTIN()
72 GotoIf(IntPtrLessThan(var_index.value(), IntPtrConstant(0)), &call_runtime); in TF_BUILTIN()
74 &return_true, &return_false, &call_runtime); in TF_BUILTIN()
82 Bind(&call_runtime); in TF_BUILTIN()
318 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local
323 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()
[all …]
Dbuiltins-constructor.h29 CodeAssemblerLabel* call_runtime,
43 Node* EmitFastCloneShallowObject(CodeAssemblerLabel* call_runtime,
51 CodeAssemblerLabel* call_runtime);
Dbuiltins-object.h17 Label* call_runtime,
Dbuiltins-array.cc1656 Label call_runtime(&assembler), return_true(&assembler), in Generate_ArrayIsArray() local
1669 &call_runtime, &return_false); in Generate_ArrayIsArray()
1677 assembler.Bind(&call_runtime); in Generate_ArrayIsArray()
1691 Label init_k(this), return_true(this), return_false(this), call_runtime(this); in TF_BUILTIN() local
1701 &init_len, &call_runtime); in TF_BUILTIN()
1707 GotoIfNot(TaggedIsSmi(len), &call_runtime); in TF_BUILTIN()
1714 Branch(TaggedIsSmi(start_from), &init_k, &call_runtime); in TF_BUILTIN()
1983 Bind(&call_runtime); in TF_BUILTIN()
2009 return_not_found(&assembler), call_runtime(&assembler); in Generate_ArrayIndexOf() local
2020 &init_len, &call_runtime); in Generate_ArrayIndexOf()
[all …]
Dbuiltins-string.cc1013 Label call_runtime(this), call_runtime_unchecked(this), argc_0(this), in TF_BUILTIN() local
1034 Goto(&call_runtime); in TF_BUILTIN()
1048 GotoIfNot(TaggedIsSmi(position.value()), &call_runtime); in TF_BUILTIN()
1055 GotoIf(TaggedIsSmi(receiver), &call_runtime); in TF_BUILTIN()
1057 GotoIf(TaggedIsSmi(needle), &call_runtime); in TF_BUILTIN()
1060 GotoIfNot(IsStringInstanceType(instance_type), &call_runtime); in TF_BUILTIN()
1063 GotoIfNot(IsStringInstanceType(needle_instance_type), &call_runtime); in TF_BUILTIN()
1070 Bind(&call_runtime); in TF_BUILTIN()
/external/v8/src/arm64/
Dcodegen-arm64.cc100 Label* call_runtime) { in Generate() argument
140 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime); in Generate()
171 __ B(ne, call_runtime); in Generate()
Dcodegen-arm64.h23 Label* call_runtime);
/external/v8/src/compiler/
Dmemory-optimizer.cc195 auto call_runtime = __ MakeDeferredLabel<1>(); in VisitAllocate() local
215 __ GotoUnless(check, &call_runtime); in VisitAllocate()
218 __ Bind(&call_runtime); in VisitAllocate()
252 auto call_runtime = __ MakeDeferredLabel<1>(); in VisitAllocate() local
267 __ GotoUnless(check, &call_runtime); in VisitAllocate()
274 __ Bind(&call_runtime); in VisitAllocate()
/external/v8/src/x64/
Dcodegen-x64.cc70 Label* call_runtime) { in Generate() argument
110 __ j(not_equal, call_runtime); in Generate()
134 __ j(not_zero, call_runtime); in Generate()
Dcodegen-x64.h23 Label* call_runtime);
/external/v8/src/ppc/
Dcodegen-ppc.cc79 Label* call_runtime) { in Generate() argument
120 __ bne(call_runtime); in Generate()
151 __ bne(call_runtime, cr0); in Generate()
Dcodegen-ppc.h20 Register result, Label* call_runtime);
/external/v8/src/s390/
Dcodegen-s390.cc72 Label* call_runtime) { in Generate() argument
115 __ bne(call_runtime); in Generate()
148 __ bne(call_runtime /*, cr0*/); in Generate()
Dcodegen-s390.h22 Register result, Label* call_runtime);
/external/v8/src/x87/
Dcodegen-x87.cc220 Label* call_runtime) { in Generate() argument
261 __ j(not_equal, call_runtime); in Generate()
285 __ j(not_zero, call_runtime); in Generate()
Dcodegen-x87.h24 Label* call_runtime);
/external/v8/src/arm/
Dcodegen-arm.h23 Label* call_runtime);
Dcodegen-arm.cc324 Label* call_runtime) { in Generate() argument
364 __ b(ne, call_runtime); in Generate()
396 __ b(ne, call_runtime); in Generate()
/external/v8/src/mips64/
Dcodegen-mips64.h24 Label* call_runtime);
/external/v8/src/mips/
Dcodegen-mips.h24 Label* call_runtime);
/external/v8/src/ia32/
Dcodegen-ia32.h24 Label* call_runtime);
Dcodegen-ia32.cc493 Label* call_runtime) { in Generate() argument
534 __ j(not_equal, call_runtime); in Generate()
558 __ j(not_zero, call_runtime); in Generate()
/external/v8/src/interpreter/
Dinterpreter.cc2803 call_runtime(assembler, Label::kDeferred); in DoCreateArrayLiteral() local
2806 &fast_shallow_clone, &call_runtime); in DoCreateArrayLiteral()
2812 closure, literal_index, context, &call_runtime, TRACK_ALLOCATION_SITE); in DoCreateArrayLiteral()
2817 __ Bind(&call_runtime); in DoCreateArrayLiteral()
2892 Label call_runtime(assembler, Label::kDeferred); in DoCreateClosure() local
2894 &call_runtime); in DoCreateClosure()
2903 __ Bind(&call_runtime); in DoCreateClosure()
3180 Label call_runtime(assembler, Label::kDeferred), in DoForInPrepare() local
3185 object_assembler.EmitForInPrepare(receiver, context, &call_runtime, in DoForInPrepare()
3192 __ Bind(&call_runtime); in DoForInPrepare()
/external/v8/src/
Dcode-stubs.cc1951 Label call_runtime(&assembler, Label::kDeferred), in GenerateAssembly() local
1988 &call_runtime); in GenerateAssembly()
1996 assembler.Bind(&call_runtime); in GenerateAssembly()
2207 Label call_runtime(assembler, Label::kDeferred); in SingleArgumentConstructorCommon() local
2210 assembler->Branch(assembler->TaggedIsSmi(size), &smi_size, &call_runtime); in SingleArgumentConstructorCommon()
2235 &call_runtime, &small_smi_size); in SingleArgumentConstructorCommon()
2247 assembler->Bind(&call_runtime); in SingleArgumentConstructorCommon()

123