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

  /external/v8/src/
type-feedback-vector.h 485 class LoadICNexus : public FeedbackNexus {
487 LoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot)
491 explicit LoadICNexus(Isolate* isolate)
495 LoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot)
type-feedback-vector.cc 318 LoadICNexus nexus(this, slot);
506 InlineCacheState LoadICNexus::StateFromFeedback() const {
678 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map,
744 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps,
945 void LoadICNexus::Clear(Code* host) { LoadIC::Clear(GetIsolate(), host, this); }
    [all...]
type-info.cc 80 LoadICNexus nexus(feedback_vector_, slot);
282 LoadICNexus nexus(feedback_vector_, slot);
objects-printer.cc 675 LoadICNexus nexus(this, slot);
    [all...]
  /external/v8/test/cctest/
test-feedback-vector.cc 289 LoadICNexus nexus(feedback_vector, slot);
372 LoadICNexus nexus(feedback_vector, slot);
  /external/v8/src/ic/
ic.cc 461 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) {
549 LoadICNexus* nexus = casted_nexus<LoadICNexus>();
575 LoadICNexus* nexus = casted_nexus<LoadICNexus>();
    [all...]
ic.h 295 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
  /external/v8/src/compiler/
js-native-context-specialization.cc 474 // Extract receiver maps from the LOAD_IC using the LoadICNexus.
476 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot());
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 2055 milliseconds