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

  /external/v8/src/
handles.cc 48 (isolate->handle_scope_data()->next - impl->blocks()->last()));
53 HandleScopeData* current = isolate->handle_scope_data();
92 HandleScopeData* current = isolate->handle_scope_data();
108 return reinterpret_cast<Address>(&isolate->handle_scope_data()->level);
113 return reinterpret_cast<Address>(&isolate->handle_scope_data()->next);
118 return reinterpret_cast<Address>(&isolate->handle_scope_data()->limit);
124 HandleScopeData* handle_scope_data = isolate_->handle_scope_data(); local
125 prev_canonical_scope_ = handle_scope_data->canonical_scope;
126 handle_scope_data->canonical_scope = this
    [all...]
handles-inl.h 29 HandleScopeData* data = isolate->handle_scope_data();
63 HandleScopeData* current = isolate->handle_scope_data();
81 HandleScopeData* current = isolate_->handle_scope_data();
100 HandleScopeData* data = isolate->handle_scope_data();
116 HandleScopeData* data = isolate->handle_scope_data();
126 HandleScopeData* current = isolate_->handle_scope_data();
139 HandleScopeData* current = isolate_->handle_scope_data();
isolate.h 844 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } function in class:v8::internal::Isolate
    [all...]
api.cc 684 i::HandleScopeData* current = internal_isolate->handle_scope_data();
740 i::HandleScopeData* current = internal_isolate->handle_scope_data();
749 i::HandleScopeData* current = isolate_->handle_scope_data();
    [all...]
  /external/v8/test/cctest/
test-identity-map.cc 351 Object** next_handle = isolate->handle_scope_data()->next;
358 CHECK_EQ(next_handle, isolate->handle_scope_data()->next);
371 CHECK_EQ(next_handle, isolate->handle_scope_data()->next);
377 next_handle = isolate->handle_scope_data()->next;
388 CHECK_EQ(next_handle, isolate->handle_scope_data()->next);
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 222 milliseconds