/external/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 153 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
|
D | builtins-object-gen.cc | 422 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
|
D | builtins-typed-array-gen.cc | 936 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
|
D | builtins-collections-gen.cc | 2343 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
|
D | builtins-internal-gen.cc | 1210 Label call_runtime(this, Label::kDeferred), return_undefined(this), end(this); in TF_BUILTIN() local
|
D | builtins-array-gen.cc | 2895 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
|
D | builtins-string-gen.cc | 1024 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
|
D | builtins-promise-gen.cc | 668 Label has_access(this), call_runtime(this, Label::kDeferred); in BranchIfAccessCheckFailed() local
|
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 211 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local 269 auto call_runtime = __ MakeDeferredLabel(); in VisitAllocateRaw() local
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 959 Label call_runtime(this); in KeyedStoreGeneric() local
|
/external/v8/src/parsing/ |
D | parser.cc | 3011 Expression* call_runtime = in BuildResolvePromise() local 3027 Expression* call_runtime = in BuildRejectPromise() local
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 2341 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/ |
D | builtins-mips.cc | 2614 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2657 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2646 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2633 Label call_runtime, done, exponent_not_smi, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2521 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2633 Label call_runtime, done, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 2686 Label call_runtime, done, exponent_not_smi, int_exponent; in Generate_MathPowInternal() local
|
/external/v8/src/ |
D | code-stub-assembler.cc | 11456 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local
|