HomeSort by relevance Sort by last modified time
    Searched refs:JSObjectRef (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
js-heap-broker.h 162 class JSObjectRef : public HeapObjectRef {
175 class JSFunctionRef : public JSObjectRef {
177 using JSObjectRef::JSObjectRef;
190 class JSRegExpRef : public JSObjectRef {
192 using JSObjectRef::JSObjectRef;
298 base::Optional<JSObjectRef> boilerplate() const;
367 class JSArrayRef : public JSObjectRef {
369 using JSObjectRef::JSObjectRef
    [all...]
js-create-lowering.h 105 JSObjectRef boilerplate, PretenureFlag pretenure);
107 JSObjectRef boilerplate,
js-heap-broker.cc 792 bool JSObjectRef::IsUnboxedDoubleField(FieldIndex index) const {
797 double JSObjectRef::RawFastDoublePropertyAt(FieldIndex index) const {
802 ObjectRef JSObjectRef::RawFastPropertyAt(FieldIndex index) const {
824 void JSObjectRef::EnsureElementsTenured() {
    [all...]
js-create-lowering.cc     [all...]

Completed in 41 milliseconds