Searched refs:JSSharedStruct (Results 1 – 11 of 11) sorted by relevance
18 class JSSharedStruct19 : public TorqueGeneratedJSSharedStruct<JSSharedStruct, JSObject> {21 DECL_CAST(JSSharedStruct)22 DECL_PRINTER(JSSharedStruct)23 EXPORT_DECL_VERIFIER(JSSharedStruct)27 TQ_OBJECT_CONSTRUCTORS(JSSharedStruct)
21 TQ_OBJECT_CONSTRUCTORS_IMPL(JSSharedStruct)23 CAST_ACCESSOR(JSSharedStruct)
5 extern class JSSharedStruct extends JSObject {
33 class JSSharedStruct; variable135 Maybe<bool> WriteJSSharedStruct(Handle<JSSharedStruct> shared_struct)
1065 Handle<JSSharedStruct> holder = GetHolder<JSSharedStruct>(); in GetDataValue()1136 Handle<JSSharedStruct> holder = GetHolder<JSSharedStruct>(); in WriteDataValue()1149 Handle<JSSharedStruct> holder = GetHolder<JSSharedStruct>(); in SwapDataValue()
164 V(JSSharedStruct) \
606 return WriteJSSharedStruct(Handle<JSSharedStruct>::cast(receiver)); in WriteJSReceiver()1044 Handle<JSSharedStruct> shared_struct) { in WriteJSSharedStruct()
2448 return JSSharedStruct::kHeaderSize; in GetHeaderSize()
615 Handle<JSSharedStruct> shared_struct = args.at<JSSharedStruct>(0); in RUNTIME_FUNCTION()628 Handle<JSSharedStruct> shared_struct = args.at<JSSharedStruct>(0); in RUNTIME_FUNCTION()654 Handle<JSSharedStruct> shared_struct = args.at<JSSharedStruct>(0); in RUNTIME_FUNCTION()
1213 void JSSharedStruct::JSSharedStructVerify(Isolate* isolate) { in USE_TORQUE_VERIFIER()
1442 void JSSharedStruct::JSSharedStructPrint(std::ostream& os) { in JSSharedStructPrint()