Searched refs:LoadGlobalICNexus (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dtype-feedback-vector.h509 class LoadGlobalICNexus : public FeedbackNexus { class in namespace:v8::internal
511 LoadGlobalICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) function in class:v8::internal::LoadGlobalICNexus
515 LoadGlobalICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) function in class:v8::internal::LoadGlobalICNexus
H A Dtype-feedback-vector.cc323 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) {
H A Dobjects-printer.cc680 LoadGlobalICNexus nexus(this, slot);
/external/v8/src/ic/
H A Dic.cc468 LoadGlobalICNexus* nexus) {
552 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>();
931 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>();
2285 LoadGlobalICNexus nexus(vector, vector_slot);
2314 LoadGlobalICNexus nexus(vector, vector_slot);
H A Dic.h327 static void Clear(Isolate* isolate, Code* host, LoadGlobalICNexus* nexus);
/external/v8/test/cctest/
H A Dtest-feedback-vector.cc350 LoadGlobalICNexus nexus(feedback_vector, slot);

Completed in 68 milliseconds