Searched defs:call_runtime (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 268 Label call_runtime(this); in TF_BUILTIN() local 282 Label call_runtime(this), end(this); in FastNewObject() local 297 TNode<JSReceiver> new_target, Label* call_runtime) { in FastNewObject() 394 Label call_runtime(this, Label::kDeferred), end(this); in CreateRegExpLiteral() local 464 Label* call_runtime) { in CreateShallowArrayLiteral() 532 Label* call_runtime) { in CreateShallowObjectLiteral()
|
D | builtins-object-gen.cc | 364 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local 1068 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local 1316 call_runtime(this, Label::kDeferred), in TF_BUILTIN() local
|
D | builtins-array-gen.cc | 628 Label init_index(this), return_not_found(this), call_runtime(this); in Generate() local 1862 Label call_runtime(this, Label::kDeferred); in GenerateConstructor() local
|
D | builtins-collections-gen.cc | 2641 Label call_runtime(this), if_cannot_be_held_weakly(this); in TF_BUILTIN() local 2674 Label call_runtime(this), if_no_hash(this), if_not_found(this); in TF_BUILTIN() local
|
D | builtins-string-gen.cc | 1250 Label done(this), call_runtime(this, Label::kDeferred), in StringToArray() local
|
/third_party/node/deps/v8/src/compiler/ |
D | memory-lowering.cc | 280 auto call_runtime = __ MakeDeferredLabel(); in ReduceAllocateRaw() local 330 auto call_runtime = __ MakeDeferredLabel(); in ReduceAllocateRaw() local
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 2284 Label fast_shallow_clone(this), call_runtime(this, Label::kDeferred); in IGNITION_HANDLER() local
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 4776 Label call_runtime(this, Label::kDeferred), done(this); in GenerateCloneObjectIC_Slow() local
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 13444 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local 14351 Label call_runtime(this), done(this); in GetTypedArrayBuffer() local
|