HomeSort by relevance Sort by last modified time
    Searched defs:call_runtime (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/compiler/
memory-optimizer.cc 195 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/builtins/
builtins-constructor.cc 187 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
237 GotoIf(WordNotEqual(target, new_target_constructor), call_runtime); local
430 GotoIf(IsUndefined(boilerplate), &call_runtime); local
514 GotoIf(IsUndefined(allocation_site), call_runtime); local
671 GotoIf(IsUndefined(allocation_site), call_runtime); local
686 GotoIfNot(WordEqual(instance_size, size_in_words), call_runtime); local
    [all...]
builtins-object.cc 22 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);
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...]
builtins-array.cc 1707 GotoIfNot(TaggedIsSmi(len), &call_runtime); local
1714 Branch(TaggedIsSmi(start_from), &init_k, &call_runtime); local
    [all...]
builtins-promise.cc 908 &call_runtime); local
923 &call_runtime); local
    [all...]
builtins-string.cc 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
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 691 Label call_runtime, done, int_exponent; local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 995 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 990 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 940 Label call_runtime, use_cache, fixed_array; local
941 __ CheckEnumCache(&call_runtime);
947 __ bind(&call_runtime);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 996 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 997 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 958 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 926 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 958 Label call_runtime; local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 930 Label call_runtime, use_cache, fixed_array; local
931 __ CheckEnumCache(&call_runtime);
937 __ bind(&call_runtime);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 326 Label call_runtime, done, exponent_not_smi, int_exponent; local
354 __ j(overflow, &call_runtime);
395 __ jmp(&call_runtime);
445 __ bind(&call_runtime);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 761 Label call_runtime, done, int_exponent; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 758 Label call_runtime, done, int_exponent; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 732 Label call_runtime, done, int_exponent; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 709 Label call_runtime, done, int_exponent; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 218 Label call_runtime, done, exponent_not_smi, int_exponent; local
246 __ j(overflow, &call_runtime);
286 __ jmp(&call_runtime);
336 __ bind(&call_runtime);
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 2806 &fast_shallow_clone, &call_runtime); local
2894 &call_runtime); local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 5272 Label use_cache, call_runtime; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 2686 Label use_cache, call_runtime; local
    [all...]

Completed in 1058 milliseconds

1 2