Searched refs:JSSloppyArgumentsObject (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | arguments.h | 33 class JSSloppyArgumentsObject 34 : public TorqueGeneratedJSSloppyArgumentsObject<JSSloppyArgumentsObject, 42 DISALLOW_IMPLICIT_CONSTRUCTORS(JSSloppyArgumentsObject); 53 STATIC_ASSERT(kLengthIndex == JSSloppyArgumentsObject::kLengthIndex);
|
D | arguments.tq | 8 JSSloppyArgumentsObject|JSStrictArgumentsObject; 17 extern shape JSSloppyArgumentsObject extends JSArgumentsObject { 108 elements: FixedArrayBase, callee: JSFunction): JSSloppyArgumentsObject { 110 return new JSSloppyArgumentsObject{ 121 callee: JSFunction): JSSloppyArgumentsObject { 124 return new JSSloppyArgumentsObject{ 250 info: FrameWithArgumentsInfo, callee: JSFunction): JSSloppyArgumentsObject { 292 JSSloppyArgumentsObject { 319 JSSloppyArgumentsObject {
|
/third_party/node/deps/v8/src/builtins/ |
D | cast.tq | 462 Cast<JSSloppyArgumentsObject>(implicit context: Context)(o: HeapObject): 463 JSSloppyArgumentsObject 468 return %RawDownCast<JSSloppyArgumentsObject>(o); 488 case (o: JSSloppyArgumentsObject): {
|
D | array-slice.tq | 109 case (a: JSSloppyArgumentsObject): {
|
D | base.tq | 1599 case (a: JSSloppyArgumentsObject): {
|
/third_party/node/deps/v8/src/compiler/ |
D | access-builder.cc | 857 STATIC_ASSERT(offset == JSSloppyArgumentsObject::kLengthOffset); in ForArgumentsLength() 868 kTaggedBase, JSSloppyArgumentsObject::kCalleeOffset, in ForArgumentsCallee()
|
D | js-create-lowering.cc | 183 STATIC_ASSERT(JSSloppyArgumentsObject::kSize == 5 * kTaggedSize); in ReduceJSCreateArguments() 184 a.Allocate(JSSloppyArgumentsObject::kSize); in ReduceJSCreateArguments() 286 STATIC_ASSERT(JSSloppyArgumentsObject::kSize == 5 * kTaggedSize); in ReduceJSCreateArguments() 287 a.Allocate(JSSloppyArgumentsObject::kSize); in ReduceJSCreateArguments()
|
D | code-assembler.h | 118 class JSSloppyArgumentsObject; variable
|
D | js-call-reducer.cc | 4037 static_cast<int>(JSSloppyArgumentsObject::kLengthOffset)); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 781 VerifyObjectField(isolate, JSSloppyArgumentsObject::kLengthOffset); in JSArgumentsObjectVerify() 782 VerifyObjectField(isolate, JSSloppyArgumentsObject::kCalleeOffset); in JSArgumentsObjectVerify()
|
/third_party/node/deps/v8/test/torque/ |
D | test-torque.tq | 1310 dcheck(!Is<JSSloppyArgumentsObject>(jsf));
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 3934 JSSloppyArgumentsObject::kSize, 2, MUTABLE); in InitializeGlobal() 3943 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal() 3950 JSSloppyArgumentsObject::kCalleeIndex, in InitializeGlobal()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1832 STATIC_ASSERT(offset == JSSloppyArgumentsObject::kLengthOffset); in LoadJSArgumentsObjectLength()
|