HomeSort by relevance Sort by last modified time
    Searched refs:HandleScope (Results 176 - 200 of 275) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 44 using i::HandleScope;
162 HandleScope handles(isolate);
247 HandleScope handles(isolate);
295 HandleScope handles(isolate);
421 HandleScope handles(isolate);
463 HandleScope handles(isolate);
708 HandleScope handles(isolate);
921 HandleScope handles(isolate);
1139 HandleScope handles(isolate);
    [all...]
test-regexp.cc 88 v8::HandleScope scope(CcTest::isolate());
98 v8::HandleScope scope(CcTest::isolate());
113 v8::HandleScope scope(CcTest::isolate());
131 v8::HandleScope scope(CcTest::isolate());
404 v8::HandleScope scope(CcTest::isolate());
520 v8::HandleScope scope(CcTest::isolate());
708 v8::HandleScope scope_;
    [all...]
test-macro-assembler-ia32.cc 59 HandleScope handles(isolate);
test-macro-assembler-x87.cc 59 HandleScope handles(isolate);
  /external/chromium_org/content/public/test/
render_view_test.cc 106 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
293 v8::HandleScope handle_scope(isolate);
  /external/chromium_org/content/renderer/pepper/
message_channel.cc 92 v8::HandleScope handle_scope(instance->GetIsolate());
114 v8::HandleScope scope(v8::Isolate::GetCurrent());
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 119 v8::HandleScope handle_scope(m_pRuntime->GetIsolate());
129 v8::HandleScope handle_scope(m_pRuntime->GetIsolate());
JS_Runtime.cpp 137 v8::HandleScope handle_scope(GetIsolate());
210 v8::HandleScope handle_scope(m_isolate);
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 200 // References plus 2 words for HandleScope header
201 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 152 // References plus link_ (pointer) and number_of_references_ (uint32_t) for HandleScope header
153 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 218 v8::HandleScope handle_scope(isolate);
  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy_unittest.cc 94 v8::HandleScope handle_scope_;
api_test_base.cc 204 v8::HandleScope scope(env()->isolate());
extension_helper.cc 254 v8::HandleScope scope(v8::Isolate::GetCurrent());
  /external/chromium_org/gin/
interceptor_unittest.cc 133 v8::HandleScope handle_scope(isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WorkerScriptController.cpp 163 v8::HandleScope handleScope(m_isolate);
ScriptPromisePropertyTest.cpp 127 v8::HandleScope handleScope(isolate());
162 v8::HandleScope handleScope(isolate());
V8NPObject.cpp 85 v8::HandleScope handleScope(isolate);
487 v8::HandleScope scope(isolate);
  /external/chromium_org/v8/src/
runtime-profiler.cc 156 HandleScope scope(isolate_);
liveedit.cc 520 HandleScope subTaskScope(s1_->GetIsolate());
615 HandleScope scope(isolate());
682 HandleScope scope(isolate());
707 HandleScope scope(isolate());
720 HandleScope scope(isolate());
772 HandleScope handle_scope(isolate());
911 HandleScope scope(isolate);
    [all...]
bootstrapper.cc 338 HandleScope scope(isolate_);
    [all...]
json-parser.h 303 HandleScope scope(isolate());
481 HandleScope scope(isolate());
  /external/chromium_org/v8/tools/
parser-shell.cc 154 v8::HandleScope handle_scope(isolate);
  /external/chromium_org/v8/include/
v8.h 312 friend class HandleScope;
387 friend class HandleScope;
437 * a Local handle only lives as long as the HandleScope in which it was
802 class V8_EXPORT HandleScope {
804 HandleScope(Isolate* isolate);
806 ~HandleScope();
818 V8_INLINE HandleScope() {}
832 HandleScope(const HandleScope&);
833 void operator=(const HandleScope&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 339 v8::HandleScope handleScope(toIsolate(frame));
369 v8::HandleScope handleScope(toIsolate(frame));

Completed in 722 milliseconds

1 2 3 4 5 6 78 91011