Home
last modified time | relevance | path

Searched defs:call_runtime (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc153 Label call_runtime(this); in TF_BUILTIN() local
166 Label call_runtime(this), end(this); in EmitFastNewObject() local
183 Label* call_runtime) { in EmitFastNewObject()
299 Label call_runtime(this, Label::kDeferred), end(this); in EmitCreateRegExpLiteral() local
341 Node* feedback_vector, Node* slot, Node* context, Label* call_runtime, in EmitCreateShallowArrayLiteral()
367 Label call_runtime(this, Label::kDeferred); in TF_BUILTIN() local
431 Node* feedback_vector, Node* slot, Label* call_runtime) { in EmitCreateShallowObjectLiteral()
596 Label call_runtime(this); in TF_BUILTIN() local
Dbuiltins-object-gen.cc422 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local
1236 Label call_runtime(this, Label::kDeferred), prototype_null(this), in TF_BUILTIN() local
1307 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local
1529 call_runtime(this, Label::kDeferred), in TF_BUILTIN() local
Dbuiltins-typed-array-gen.cc936 Label call_runtime(this), done(this); in GetBuffer() local
970 TNode<JSTypedArray> target, TNode<IntPtrT> offset, Label* call_runtime, in SetTypedArraySource()
1047 TNode<IntPtrT> offset, Label* call_runtime, Label* if_source_too_large) { in SetJSArraySource()
1213 Label call_runtime(this); in TF_BUILTIN() local
Dbuiltins-collections-gen.cc2343 Label call_runtime(this), if_not_found(this); in TF_BUILTIN() local
2376 Label call_runtime(this), if_no_hash(this), if_not_found(this); in TF_BUILTIN() local
Dbuiltins-internal-gen.cc1210 Label call_runtime(this, Label::kDeferred), return_undefined(this), end(this); in TF_BUILTIN() local
Dbuiltins-array-gen.cc2895 Label call_runtime(this), return_true(this), return_false(this); in TF_BUILTIN() local
2950 Label init_index(this), return_not_found(this), call_runtime(this); in Generate() local
4171 Label call_runtime(this, Label::kDeferred); in GenerateConstructor() local
Dbuiltins-string-gen.cc1024 Label argc_1(this), argc_2(this), call_runtime(this, Label::kDeferred), in Generate() local
1824 Label done(this), call_runtime(this, Label::kDeferred), in StringToArray() local
Dbuiltins-promise-gen.cc668 Label has_access(this), call_runtime(this, Label::kDeferred); in BranchIfAccessCheckFailed() local
/external/v8/src/compiler/
Dmemory-optimizer.cc211 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local
269 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local
/external/v8/src/ic/
Dkeyed-store-generic.cc959 Label call_runtime(this); in KeyedStoreGeneric() local
/external/v8/src/parsing/
Dparser.cc3011 Expression* call_runtime = in BuildResolvePromise() local
3027 Expression* call_runtime = in BuildRejectPromise() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc2341 Label fast_shallow_clone(this), call_runtime(this, Label::kDeferred); in IGNITION_HANDLER() local
2471 Label call_runtime(this, Label::kDeferred); in IGNITION_HANDLER() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2614 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2657 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/x64/
Dbuiltins-x64.cc2633 Label call_runtime, done, exponent_not_smi, 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/mips64/
Dbuiltins-mips64.cc2633 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2686 Label call_runtime, done, exponent_not_smi, 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