Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc153 Label call_runtime(this); in TF_BUILTIN() local
155 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime); in TF_BUILTIN()
158 BIND(&call_runtime); in TF_BUILTIN()
166 Label call_runtime(this), end(this); in EmitFastNewObject() local
168 Node* result = EmitFastNewObject(context, target, new_target, &call_runtime); in EmitFastNewObject()
172 BIND(&call_runtime); in EmitFastNewObject()
183 Label* call_runtime) { in EmitFastNewObject() argument
190 Goto(call_runtime); in EmitFastNewObject()
197 GotoIf(TaggedIsSmi(initial_map), call_runtime); in EmitFastNewObject()
198 GotoIf(DoesntHaveInstanceType(initial_map, MAP_TYPE), call_runtime); in EmitFastNewObject()
[all …]
Dbuiltins-object-gen.cc422 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local
440 &call_runtime, &if_notunique_name); in TF_BUILTIN()
444 &return_true, &return_false, &call_runtime); in TF_BUILTIN()
450 &call_runtime); in TF_BUILTIN()
453 &call_runtime); in TF_BUILTIN()
460 &var_unique, &not_in_string_table, &call_runtime); in TF_BUILTIN()
467 Branch(IsSpecialReceiverInstanceType(instance_type), &call_runtime, in TF_BUILTIN()
474 Branch(IsName(key), &return_false, &call_runtime); in TF_BUILTIN()
482 BIND(&call_runtime); in TF_BUILTIN()
1236 Label call_runtime(this, Label::kDeferred), prototype_null(this), in TF_BUILTIN() local
[all …]
Dbuiltins-constructor-gen.h24 Node* context, Label* call_runtime,
31 Label* call_runtime);
37 Label* call_runtime);
Dbuiltins-typed-array-gen.cc936 Label call_runtime(this), done(this); in GetBuffer() local
940 GotoIf(IsDetachedBuffer(buffer), &call_runtime); in GetBuffer()
943 GotoIf(WordEqual(backing_store, IntPtrConstant(0)), &call_runtime); in GetBuffer()
947 BIND(&call_runtime); in GetBuffer()
970 TNode<JSTypedArray> target, TNode<IntPtrT> offset, Label* call_runtime, in SetTypedArraySource() argument
1047 TNode<IntPtrT> offset, Label* call_runtime, Label* if_source_too_large) { in SetJSArraySource() argument
1077 Switch(source_elements_kind, call_runtime, values, labels, in SetJSArraySource()
1082 GotoIf(IsBigInt64ElementsKind(LoadElementsKind(target)), call_runtime); in SetJSArraySource()
1213 Label call_runtime(this); in TF_BUILTIN() local
1215 GotoIf(TaggedIsSmi(source), &call_runtime); in TF_BUILTIN()
[all …]
Dbuiltins-typed-array-gen.h106 Label* call_runtime, Label* if_source_too_large);
110 Label* call_runtime, Label* if_source_too_large);
Dbuiltins-string-gen.cc1024 Label argc_1(this), argc_2(this), call_runtime(this, Label::kDeferred), in Generate() local
1035 Goto(&call_runtime); in Generate()
1049 GotoIfNot(TaggedIsSmi(var_position.value()), &call_runtime); in Generate()
1057 GotoIf(TaggedIsSmi(receiver), &call_runtime); in Generate()
1058 GotoIf(TaggedIsSmi(search), &call_runtime); in Generate()
1059 GotoIfNot(IsString(receiver), &call_runtime); in Generate()
1060 GotoIfNot(IsString(search), &call_runtime); in Generate()
1070 BIND(&call_runtime); in Generate()
1824 Label done(this), call_runtime(this, Label::kDeferred), in StringToArray() local
1829 GotoIfNot(IsOneByteStringInstanceType(instance_type), &call_runtime); in StringToArray()
[all …]
Dbuiltins-array-gen.cc2895 Label call_runtime(this), return_true(this), return_false(this); in TF_BUILTIN() local
2903 Branch(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), &call_runtime, in TF_BUILTIN()
2912 BIND(&call_runtime); in TF_BUILTIN()
2950 Label init_index(this), return_not_found(this), call_runtime(this); in Generate() local
2954 BranchIfFastJSArray(receiver, context, &init_index, &call_runtime); in Generate()
2981 GotoIfNot(IsUndefined(start_from), &call_runtime); in Generate()
3066 BIND(&call_runtime); in Generate()
4171 Label call_runtime(this, Label::kDeferred); in GenerateConstructor() local
4173 Branch(TaggedIsSmi(array_size), &smi_size, &call_runtime); in GenerateConstructor()
4192 &call_runtime, &small_smi_size); in GenerateConstructor()
[all …]
Dbuiltins-internal-gen.cc1210 Label call_runtime(this, Label::kDeferred), return_undefined(this), end(this); in TF_BUILTIN() local
1244 &call_runtime); in TF_BUILTIN()
1252 BIND(&call_runtime); in TF_BUILTIN()
Dbuiltins-collections-gen.cc2343 Label call_runtime(this), if_not_found(this); in TF_BUILTIN() local
2353 GotoIf(ShouldShrink(capacity, number_of_elements), &call_runtime); in TF_BUILTIN()
2361 BIND(&call_runtime); in TF_BUILTIN()
2376 Label call_runtime(this), if_no_hash(this), if_not_found(this); in TF_BUILTIN() local
2403 &call_runtime); in TF_BUILTIN()
2410 BIND(&call_runtime); in TF_BUILTIN()
Dbuiltins-promise-gen.cc668 Label has_access(this), call_runtime(this, Label::kDeferred); in BranchIfAccessCheckFailed() local
679 &call_runtime); in BranchIfAccessCheckFailed()
694 &call_runtime); in BranchIfAccessCheckFailed()
697 BIND(&call_runtime); in BranchIfAccessCheckFailed()
/external/v8/src/compiler/
Dmemory-optimizer.cc211 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local
231 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw()
234 __ Bind(&call_runtime); in VisitAllocateRaw()
269 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local
284 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw()
291 __ Bind(&call_runtime); in VisitAllocateRaw()
/external/v8/src/ic/
Dkeyed-store-generic.cc959 Label call_runtime(this); in KeyedStoreGeneric() local
960 BranchIfStrictMode(vector, slot, &call_runtime); in KeyedStoreGeneric()
962 Goto(&call_runtime); in KeyedStoreGeneric()
963 BIND(&call_runtime); in KeyedStoreGeneric()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2341 Label fast_shallow_clone(this), call_runtime(this, Label::kDeferred); in IGNITION_HANDLER() local
2344 &fast_shallow_clone, &call_runtime); in IGNITION_HANDLER()
2350 feedback_vector, slot_id, context, &call_runtime, in IGNITION_HANDLER()
2356 BIND(&call_runtime); in IGNITION_HANDLER()
2471 Label call_runtime(this, Label::kDeferred); in IGNITION_HANDLER() local
2472 GotoIf(WordEqual(cached_value, SmiConstant(0)), &call_runtime); in IGNITION_HANDLER()
2477 BIND(&call_runtime); in IGNITION_HANDLER()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2633 Label call_runtime, done, exponent_not_smi, int_exponent; in Generate_MathPowInternal() local
2649 __ j(overflow, &call_runtime); in Generate_MathPowInternal()
2689 __ jmp(&call_runtime); in Generate_MathPowInternal()
2738 __ bind(&call_runtime); in Generate_MathPowInternal()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2686 Label call_runtime, done, exponent_not_smi, int_exponent; in Generate_MathPowInternal() local
2701 __ j(overflow, &call_runtime); in Generate_MathPowInternal()
2741 __ jmp(&call_runtime); in Generate_MathPowInternal()
2790 __ bind(&call_runtime); in Generate_MathPowInternal()
/external/v8/src/parsing/
Dparser.cc3011 Expression* call_runtime = in BuildResolvePromise() local
3014 Token::COMMA, call_runtime, in BuildResolvePromise()
3027 Expression* call_runtime = in BuildRejectPromise() local
3030 Token::COMMA, call_runtime, in BuildRejectPromise()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2657 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2521 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2614 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2646 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2633 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/
Dcode-stub-assembler.cc11456 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local
11478 &call_runtime, &if_proxy); in HasProperty()
11494 Goto(&call_runtime); in HasProperty()
11511 BIND(&call_runtime); in HasProperty()