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

  /external/v8/src/
type-feedback-vector.h 509 class LoadGlobalICNexus : public FeedbackNexus {
511 LoadGlobalICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot)
515 LoadGlobalICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot)
type-feedback-vector.cc 323 LoadGlobalICNexus nexus(this, slot);
528 InlineCacheState LoadGlobalICNexus::StateFromFeedback() const {
685 void LoadGlobalICNexus::ConfigureUninitialized() {
692 void LoadGlobalICNexus::ConfigurePropertyCellMode(Handle<PropertyCell> cell) {
699 void LoadGlobalICNexus::ConfigureHandlerMode(Handle<Code> handler) {
947 void LoadGlobalICNexus::Clear(Code* host) {
    [all...]
objects-printer.cc 680 LoadGlobalICNexus nexus(this, slot);
    [all...]
  /external/v8/src/ic/
ic.cc 468 LoadGlobalICNexus* nexus) {
552 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>();
931 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>();
    [all...]
ic.h 327 static void Clear(Isolate* isolate, Code* host, LoadGlobalICNexus* nexus);
  /external/v8/test/cctest/
test-feedback-vector.cc 350 LoadGlobalICNexus nexus(feedback_vector, slot);

Completed in 393 milliseconds