/external/chromium_org/third_party/WebKit/Source/web/ |
WebTestingSupport.cpp | 37 v8::HandleScope handleScope(v8::Isolate::GetCurrent()); 43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
|
/art/runtime/ |
handle_scope_test.cc | 26 class NoThreadStackHandleScope : public HandleScope { 28 explicit NoThreadStackHandleScope() : HandleScope(kNumReferences) { 38 // Test the offsets computed for members of HandleScope. Because of cross-compiling 42 // As the members of HandleScope are private, we cannot use OFFSETOF_MEMBER 46 test_table.SetLink(reinterpret_cast<HandleScope*>(0x5678)); 53 HandleScope::LinkOffset(kPointerSize)); 59 HandleScope::NumberOfReferencesOffset(kPointerSize)); 69 HandleScope::ReferencesOffset(kPointerSize));
|
handle_scope-inl.h | 29 : HandleScope(kNumReferences), self_(self), pos_(0) { 40 HandleScope* top_handle_scope = self_->PopHandleScope();
|
handle_scope.h | 36 class PACKED(4) HandleScope { 38 ~HandleScope() {} 49 // Returns the size of a HandleScope containing num_references handles. 51 size_t header_size = sizeof(HandleScope); 56 // Returns the size of a HandleScope containing num_references handles. 64 // Link to previous HandleScope or null. 65 HandleScope* GetLink() const { 69 void SetLink(HandleScope* link) { 99 // A HandleScope should always contain something. One created by the 107 // Offset of link within HandleScope, used by generated cod [all...] |
/external/chromium_org/v8/test/cctest/ |
test-js-arm64-variables.cc | 50 using ::v8::HandleScope; 74 v8::HandleScope scope(env->GetIsolate()); 86 v8::HandleScope scope(env->GetIsolate()); 97 v8::HandleScope scope(env->GetIsolate()); 108 v8::HandleScope scope(env->GetIsolate()); 122 v8::HandleScope scope(env->GetIsolate()); 136 v8::HandleScope scope(env->GetIsolate());
|
test-func-name-inference.cc | 102 v8::HandleScope scope(CcTest::isolate()); 115 v8::HandleScope scope(CcTest::isolate()); 128 v8::HandleScope scope(CcTest::isolate()); 143 v8::HandleScope scope(CcTest::isolate()); 158 v8::HandleScope scope(CcTest::isolate()); 175 v8::HandleScope scope(CcTest::isolate()); 194 v8::HandleScope scope(CcTest::isolate()); 213 v8::HandleScope scope(CcTest::isolate()); 228 v8::HandleScope scope(CcTest::isolate()); 245 v8::HandleScope scope(CcTest::isolate()) [all...] |
test-javascript-arm64.cc | 48 using ::v8::HandleScope; 90 v8::HandleScope scope(env->GetIsolate()); 98 v8::HandleScope scope(env->GetIsolate()); 106 v8::HandleScope scope(env->GetIsolate()); 116 v8::HandleScope scope(env->GetIsolate()); 179 v8::HandleScope scope(env->GetIsolate()); 194 v8::HandleScope scope(env->GetIsolate()); 216 v8::HandleScope scope(env->GetIsolate()); 233 v8::HandleScope scope(env->GetIsolate()); 246 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-mementos.cc | 59 v8::HandleScope scope(CcTest::isolate()); 74 v8::HandleScope scope(CcTest::isolate()); 88 v8::HandleScope scope(CcTest::isolate());
|
test-weakmaps.cc | 51 HandleScope scope(isolate); 86 HandleScope scope(isolate); 93 HandleScope scope(isolate); 102 HandleScope scope(isolate); 118 HandleScope scope(isolate); 147 HandleScope scope(isolate); 155 HandleScope scope(isolate); 189 HandleScope scope(isolate); 201 HandleScope scope(isolate); 229 HandleScope scope(isolate) [all...] |
print-extension.cc | 43 v8::HandleScope scope(args.GetIsolate());
|
test-microtask-delivery.cc | 58 HandleScope scope(isolate.GetIsolate()); 96 HandleScope scope(isolate.GetIsolate());
|
test-weaktypedarrays.cc | 94 v8::HandleScope s1(context->GetIsolate()); 98 v8::HandleScope s2(context->GetIsolate()); 111 HandleScope scope2(isolate); 134 v8::HandleScope scope(context->GetIsolate()); 137 v8::HandleScope s1(context->GetIsolate()); 165 v8::HandleScope s2(context->GetIsolate()); 190 v8::HandleScope s1(context->GetIsolate()); 195 v8::HandleScope s2(context->GetIsolate()); 198 v8::HandleScope s3(context->GetIsolate()); 272 v8::HandleScope scope(context->GetIsolate()) [all...] |
test-weaksets.cc | 51 HandleScope scope(isolate); 86 HandleScope scope(isolate); 93 HandleScope scope(isolate); 102 HandleScope scope(isolate); 118 HandleScope scope(isolate); 147 HandleScope scope(isolate); 155 HandleScope scope(isolate); 189 HandleScope scope(isolate); 201 HandleScope scope(isolate); 229 HandleScope scope(isolate) [all...] |
test-object-observe.cc | 37 HandleScope scope(CcTest::isolate()); 90 HandleScope scope(CcTest::isolate()); 103 HandleScope scope(CcTest::isolate()); 134 HandleScope scope(CcTest::isolate()); 165 HandleScope scope(CcTest::isolate()); 189 HandleScope scope(CcTest::isolate()); 260 HandleScope scope(v8_isolate); 307 HandleScope scope(v8_isolate); 357 HandleScope scope(CcTest::isolate()); 424 v8::HandleScope scope(isolate) [all...] |
/external/chromium_org/gin/test/ |
v8_test.cc | 12 using v8::HandleScope; 27 HandleScope handle_scope(instance_->isolate()); 34 HandleScope handle_scope(instance_->isolate());
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptState.cpp | 57 v8::HandleScope handleScope(m_isolate); 63 v8::HandleScope handleScope(m_isolate); 69 v8::HandleScope handleScope(m_isolate); 76 v8::HandleScope scope(m_isolate); 87 v8::HandleScope scope(m_isolate); 94 v8::HandleScope handleScope(isolate) [all...] |
ScriptString.cpp | 68 v8::HandleScope handleScope(nonNullIsolate); 79 v8::HandleScope handleScope(isolate());
|
/external/chromium_org/v8/src/ |
handles.cc | 13 int HandleScope::NumberOfHandles(Isolate* isolate) { 22 Object** HandleScope::Extend(Isolate* isolate) { 31 "v8::HandleScope::CreateHandle()", 32 "Cannot create a handle without a HandleScope")) { 61 void HandleScope::DeleteExtensions(Isolate* isolate) { 68 void HandleScope::ZapRange(Object** start, Object** end) { 77 Address HandleScope::current_level_address(Isolate* isolate) { 82 Address HandleScope::current_next_address(Isolate* isolate) { 87 Address HandleScope::current_limit_address(Isolate* isolate) {
|
handles-inl.h | 19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj); 25 location_ = HandleScope::CreateHandle(isolate, obj); 85 HandleScope::HandleScope(Isolate* isolate) { 94 HandleScope::~HandleScope() { 99 void HandleScope::CloseScope(Isolate* isolate, 119 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) { 138 T** HandleScope::CreateHandle(Isolate* isolate, T* value) {
|
handles.h | 79 // Handles are only valid within a HandleScope. 181 class HandleScope { 183 explicit inline HandleScope(Isolate* isolate); 185 inline ~HandleScope(); 201 // Closes the HandleScope (invalidating all handles 202 // created in the scope of the HandleScope) and returns 212 HandleScope(const HandleScope&); 213 void operator=(const HandleScope&); 234 friend class v8::HandleScope; [all...] |
/external/chromium_org/content/renderer/ |
web_ui_mojo.cc | 58 v8::HandleScope handle_scope(blink::mainThreadIsolate()); 77 v8::HandleScope handle_scope(blink::mainThreadIsolate()); 86 v8::HandleScope handle_scope(blink::mainThreadIsolate()); 116 v8::HandleScope handle_scope(blink::mainThreadIsolate());
|
/external/chromium_org/gin/ |
per_context_data.cc | 22 v8::HandleScope handle_scope(context_holder_->isolate());
|
per_context_data_unittest.cc | 20 v8::HandleScope handle_scope(instance_->isolate());
|
/external/chromium_org/chrome/test/base/ |
v8_unit_test.h | 78 v8::HandleScope handle_scope_;
|
/external/chromium_org/content/shell/renderer/ |
binding_helpers.h | 24 v8::HandleScope handle_scope(isolate);
|