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

  /external/chromium_org/v8/src/
handles.cc 18 (isolate->handle_scope_data()->next - impl->blocks()->last()));
23 HandleScopeData* current = isolate->handle_scope_data();
62 HandleScopeData* current = isolate->handle_scope_data();
78 return reinterpret_cast<Address>(&isolate->handle_scope_data()->level);
83 return reinterpret_cast<Address>(&isolate->handle_scope_data()->next);
88 return reinterpret_cast<Address>(&isolate->handle_scope_data()->limit);
95 HandleScopeData* data = impl_->isolate()->handle_scope_data();
113 impl_->isolate()->handle_scope_data()->level--;
115 ASSERT(impl_->isolate()->handle_scope_data()->level == prev_level_);
121 HandleScopeData* data = impl_->isolate()->handle_scope_data();
    [all...]
handles-inl.h 86 HandleScopeData* current = isolate->handle_scope_data();
102 HandleScopeData* current = isolate->handle_scope_data();
120 HandleScopeData* current = isolate_->handle_scope_data();
140 HandleScopeData* current = isolate->handle_scope_data();
159 HandleScopeData* current = isolate_->handle_scope_data();
172 HandleScopeData* current = isolate_->handle_scope_data();
isolate.h 864 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } function in class:v8::internal::Isolate
    [all...]
api.cc 571 i::HandleScopeData* current = internal_isolate->handle_scope_data();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]

Completed in 58 milliseconds