Searched defs:call_runtime (Results 1 - 25 of 51) sorted by relevance

123

/external/v8/src/arm/
H A Dcodegen-arm.cc324 Label* call_runtime) {
364 __ b(ne, call_runtime);
396 __ b(ne, call_runtime);
320 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
H A Dcode-stubs-arm.cc691 Label call_runtime, done, int_exponent; local
H A Dmacro-assembler-arm.cc3619 void MacroAssembler::CheckEnumCache(Label* call_runtime) { argument
3632 b(eq, call_runtime);
3643 b(ne, call_runtime);
3656 b(ne, call_runtime);
/external/v8/src/arm64/
H A Dcodegen-arm64.cc100 Label* call_runtime) {
140 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime);
168 // TestAndBranchIfAnySet can emit Tbnz. Do not use it because call_runtime
171 __ B(ne, call_runtime);
96 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/mips/
H A Dcodegen-mips.cc612 Label* call_runtime) {
651 __ Branch(call_runtime, ne, result, Operand(at));
684 __ Branch(call_runtime, ne, at, Operand(zero_reg));
608 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/mips64/
H A Dcodegen-mips64.cc614 Label* call_runtime) {
653 __ Branch(call_runtime, ne, result, Operand(at));
686 __ Branch(call_runtime, ne, at, Operand(zero_reg));
610 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/ppc/
H A Dcodegen-ppc.cc79 Label* call_runtime) {
120 __ bne(call_runtime);
151 __ bne(call_runtime, cr0);
77 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/s390/
H A Dcodegen-s390.cc72 Label* call_runtime) {
115 __ bne(call_runtime);
148 __ bne(call_runtime /*, cr0*/);
70 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/x64/
H A Dcodegen-x64.cc70 Label* call_runtime) {
110 __ j(not_equal, call_runtime);
134 __ j(not_zero, call_runtime);
66 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/compiler/
H A Dmemory-optimizer.cc195 auto call_runtime = __ MakeDeferredLabel<1>(); local
215 __ GotoUnless(check, &call_runtime);
218 __ Bind(&call_runtime);
252 auto call_runtime = __ MakeDeferredLabel<1>(); local
267 __ GotoUnless(check, &call_runtime);
274 __ Bind(&call_runtime);
/external/v8/src/x87/
H A Dcodegen-x87.cc220 Label* call_runtime) {
261 __ j(not_equal, call_runtime);
285 __ j(not_zero, call_runtime);
215 Generate(MacroAssembler* masm, Factory* factory, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/builtins/
H A Dbuiltins-object.cc22 Node* object, Node* context, Label* call_runtime,
27 CheckEnumCache(object, &use_cache, call_runtime);
48 Label call_runtime(this), return_true(this), return_false(this);
64 &call_runtime);
68 &return_true, &return_false, &call_runtime);
72 GotoIf(IntPtrLessThan(var_index.value(), IntPtrConstant(0)), &call_runtime); local
74 &return_true, &return_false, &call_runtime);
82 Bind(&call_runtime);
318 Label call_runtime(this, Label::kDeferred), prototype_valid(this),
323 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime);
21 EmitForInPrepare( Node* object, Node* context, Label* call_runtime, Label* nothing_to_iterate) argument
330 GotoIf(TaggedIsSmi(properties), &call_runtime); local
334 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime); local
341 GotoIf(IsSetWord32<Map::DictionaryMap>(bit_field3), &call_runtime); local
343 &call_runtime, &no_properties); local
379 GotoIf(WordEqual(weak_cell, UndefinedConstant()), &call_runtime); local
[all...]
H A Dbuiltins-constructor.cc187 Label call_runtime(this);
189 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime);
192 Bind(&call_runtime);
200 Label call_runtime(this), end(this);
202 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime);
206 Bind(&call_runtime);
216 CodeAssemblerLabel* call_runtime) {
223 Goto(call_runtime);
230 GotoIf(TaggedIsSmi(initial_map), call_runtime); local
231 GotoIf(DoesntHaveInstanceType(initial_map, MAP_TYPE), call_runtime); local
214 EmitFastNewObject( Node* context, Node* target, Node* new_target, CodeAssemblerLabel* call_runtime) argument
237 GotoIf(WordNotEqual(target, new_target_constructor), call_runtime); local
430 GotoIf(IsUndefined(boilerplate), &call_runtime); local
498 EmitFastCloneShallowArray( Node* closure, Node* literal_index, Node* context, CodeAssemblerLabel* call_runtime, AllocationSiteMode allocation_site_mode) argument
514 GotoIf(IsUndefined(allocation_site), call_runtime); local
664 EmitFastCloneShallowObject( CodeAssemblerLabel* call_runtime, Node* closure, Node* literals_index, Node* properties_count) argument
671 GotoIf(IsUndefined(allocation_site), call_runtime); local
686 GotoIfNot(WordEqual(instance_size, size_in_words), call_runtime); local
[all...]
H A Dbuiltins-array.cc1656 Label call_runtime(&assembler), return_true(&assembler),
1669 &call_runtime, &return_false);
1677 assembler.Bind(&call_runtime);
1691 Label init_k(this), return_true(this), return_false(this), call_runtime(this);
1701 &init_len, &call_runtime);
1707 GotoIfNot(TaggedIsSmi(len), &call_runtime); local
1714 Branch(TaggedIsSmi(start_from), &init_k, &call_runtime); local
1983 Bind(&call_runtime);
2009 return_not_found(&assembler), call_runtime(&assembler);
2020 &init_len, &call_runtime);
[all...]
H A Dbuiltins-promise.cc897 Label has_access(this), call_runtime(this, Label::kDeferred);
908 &call_runtime); local
923 &call_runtime); local
926 Bind(&call_runtime);
H A Dbuiltins-string.cc1013 Label call_runtime(this), call_runtime_unchecked(this), argc_0(this),
1034 Goto(&call_runtime);
1048 GotoIfNot(TaggedIsSmi(position.value()), &call_runtime); local
1055 GotoIf(TaggedIsSmi(receiver), &call_runtime); local
1057 GotoIf(TaggedIsSmi(needle), &call_runtime); local
1060 GotoIfNot(IsStringInstanceType(instance_type), &call_runtime); local
1063 GotoIfNot(IsStringInstanceType(needle_instance_type), &call_runtime); local
1070 Bind(&call_runtime);
/external/v8/src/ia32/
H A Dcodegen-ia32.cc493 Label* call_runtime) {
534 __ j(not_equal, call_runtime);
558 __ j(not_zero, call_runtime);
488 Generate(MacroAssembler* masm, Factory* factory, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc995 Label call_runtime; local
996 __ CheckEnumCache(&call_runtime);
1005 __ bind(&call_runtime);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc990 Label call_runtime; local
991 __ CheckEnumCache(x0, x15, x10, x11, x12, x13, &call_runtime);
1000 __ Bind(&call_runtime);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc940 Label call_runtime, use_cache, fixed_array; local
941 __ CheckEnumCache(&call_runtime);
947 __ bind(&call_runtime);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc996 Label call_runtime; local
997 __ CheckEnumCache(&call_runtime);
1006 __ bind(&call_runtime);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc997 Label call_runtime; local
998 __ CheckEnumCache(&call_runtime);
1007 __ bind(&call_runtime);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc958 Label call_runtime; local
959 __ CheckEnumCache(&call_runtime);
968 __ bind(&call_runtime);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc926 Label call_runtime; local
927 __ CheckEnumCache(&call_runtime);
936 __ bind(&call_runtime);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc958 Label call_runtime; local
959 __ CheckEnumCache(&call_runtime);
968 __ bind(&call_runtime);

Completed in 686 milliseconds

123