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

  /external/v8/src/compiler/
js-heap-broker.h 101 class ObjectRef {
103 ObjectRef(JSHeapBroker* broker, Handle<Object> object);
104 explicit ObjectRef(ObjectData* data) : data_(data) { CHECK_NOT_NULL(data_); }
106 bool equals(const ObjectRef& other) const;
143 class HeapObjectRef : public ObjectRef {
145 using ObjectRef::ObjectRef;
158 ObjectRef value() const;
168 ObjectRef RawFastPropertyAt(FieldIndex index) const;
183 ObjectRef prototype() const
    [all...]
js-heap-copy-reducer.cc 18 // In the functions below, we call the ObjectRef (or subclass) constructor in
28 ObjectRef(broker(), HeapConstantOf(node->op()));
56 ObjectRef(broker(), feedback);
68 ObjectRef(broker(), p.feedback().vector());
js-heap-broker.cc 527 bool ObjectRef::equals(const ObjectRef& other) const {
531 StringRef ObjectRef::TypeOf() const {
538 Isolate* ObjectRef::isolate() const { return broker()->isolate(); }
548 ObjectRef ContextRef::get(int index) const {
552 return ObjectRef(broker(), value);
693 bool ObjectRef::Is##Name() const { return data()->Is##Name(); } \
694 Name##Ref ObjectRef::As##Name() const { \
701 bool ObjectRef::IsSmi() const { return data()->is_smi; }
703 int ObjectRef::AsSmi() const
    [all...]
compilation-dependencies.h 41 ObjectRef DependOnPrototypeProperty(const JSFunctionRef& function);
constant-folding-reducer.cc 43 ObjectRef minus_zero(js_heap_broker(), factory->minus_zero_value());
compilation-dependencies.cc 57 const ObjectRef& prototype)
82 ObjectRef prototype_;
152 const ObjectRef& type)
175 ObjectRef type_;
298 ObjectRef CompilationDependencies::DependOnPrototypeProperty(
300 ObjectRef prototype = function.prototype();
332 ObjectRef type = owner.GetFieldType(descriptor);
js-graph.h 59 Node* Constant(const ObjectRef& value);
typed-optimization.cc 369 ObjectRef constant = constant_type.AsHeapConstant()->Ref();
559 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->boolean_string())));
562 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->number_string())));
565 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->string_string())));
568 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->bigint_string())));
571 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->symbol_string())));
574 ObjectRef(js_heap_broker(), f->undefined_string())));
577 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->object_string())));
580 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->function_string())));
allocation-builder.h 79 void Store(const FieldAccess& access, const ObjectRef& value) {
js-context-specialization.cc 158 base::Optional<ObjectRef> maybe_value;
js-graph.cc 69 Node* JSGraph::Constant(const ObjectRef& ref) {
node-matchers.h 198 ObjectRef Ref(JSHeapBroker* broker) const {
199 return ObjectRef(broker, this->Value());
js-create-lowering.cc     [all...]
types.cc 827 ObjectRef ref(js_heap_broker, value);
    [all...]
js-native-context-specialization.cc 754 ObjectRef contents = result->context.get(result->index);
    [all...]
js-typed-lowering.cc 550 ObjectRef cons(
    [all...]
  /art/test/660-clinit/src/
Main.java 39 expectNotPreInit(ObjectRef.class);
174 class ObjectRef {
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 540 milliseconds