/art/runtime/ |
common_throws.cc | 255 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, 260 msg << "No " << scope << "field " << name << " of type " << type
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 96 scope {
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_unittest.cc | 112 const std::string& scope, 116 ASSERT_EQ(kCombinedScopes, scope);
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_gtk.cc | 431 base::StatsScope<base::StatsRate> scope(plugin_paint); 461 base::StatsScope<base::StatsRate> scope(plugin_paint);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Binding.cpp | 393 v8::HandleScope scope(isolate); 395 return scope.Close(result);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8InjectedScriptHostCustom.cpp | 66 v8::HandleScope scope(v8::Isolate::GetCurrent()); 74 v8::HandleScope scope; local 76 v8::Context::Scope contextScope(context);
|
V8WindowCustom.cpp | 326 v8::Context::Scope scope(m_dialogContext); 334 v8::Context::Scope scope(m_dialogContext);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Node.h | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DebuggerModel.js | 541 var scope = selectedCallFrame.scopeChain[i]; 542 var object = WebInspector.RemoteObject.fromPayload(scope.object); 734 * @return {Array.<DebuggerAgent.Scope>}
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 215 PRThreadScope scope, 783 PRThreadPriority priority, PRThreadScope scope, PRThreadState state,
|
/external/chromium_org/v8/samples/ |
process.cc | 148 HandleScope scope(args.GetIsolate()); 158 // Create a handle scope to hold the temporary references. 176 Context::Scope context_scope(context); 257 // Create a handle scope to keep the temporary object references. 265 Context::Scope context_scope(context); 311 // Handle scope for temporary handles. 333 // Return the result through the current handle scope. Since each 334 // of these handles will go away when the handle scope is deleted 336 // outer handle scope. 405 // Again, return the result through the current handle scope [all...] |
/external/chromium_org/v8/src/arm/ |
deoptimizer-arm.cc | 455 AllowExternalCallThatCantCauseGC scope(masm()); 510 AllowExternalCallThatCantCauseGC scope(masm());
|
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.h | 465 CpuFeatureScope scope(masm, SSE2); 479 CpuFeatureScope scope(masm, SSE2);
|
/external/chromium_org/v8/src/mips/ |
deoptimizer-mips.cc | 443 AllowExternalCallThatCantCauseGC scope(masm()); 504 AllowExternalCallThatCantCauseGC scope(masm());
|
/external/chromium_org/v8/src/x64/ |
deoptimizer-x64.cc | 448 { AllowExternalCallThatCantCauseGC scope(masm()); 496 AllowExternalCallThatCantCauseGC scope(masm());
|
/external/chromium_org/v8/test/cctest/ |
test-log.cc | 64 // Need to run this prior to creating the scope. 246 v8::HandleScope scope; 250 v8::Context::Scope context_scope(context); 372 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-leave.js | 72 // NOTE: This checks that the block scope containing xx has been
|
module-parsing.js | 168 // Check that module declarations are rejected in eval or local scope.
|
/external/llvm/lib/Transforms/Instrumentation/ |
DebugIR.cpp | 258 else if (MDNode *scope = findScope(&I)) 259 NewLoc = DebugLoc::get(Line, Col, scope, 0); 261 DEBUG(dbgs() << "WARNING: no valid scope for instruction " << &I 304 /// Returns the MDNode* that represents the DI scope to associate with I 310 DEBUG(dbgs() << "WARNING: Using fallback lexical block file scope " 311 << LexicalBlockFileNode << " as scope for instruction " << I 323 DEBUG(dbgs() << "searching for DI scope node for Function " << F
|
/external/v8/samples/ |
process.cc | 138 HandleScope scope; 149 // Create a handle scope to hold the temporary references. 166 Context::Scope context_scope(context_); 244 // Create a handle scope to keep the temporary object references. 249 Context::Scope context_scope(context_); 292 // Handle scope for temporary handles. 313 // Return the result through the current handle scope. Since each 314 // of these handles will go away when the handle scope is deleted 316 // outer handle scope. 383 // Again, return the result through the current handle scope 607 HandleScope scope; local [all...] |
/external/v8/src/ |
api.h | 250 v8::HandleScope* scope) { 255 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle))); 520 // If there's a spare block, use it for growing the current scope.
|
d8-posix.cc | 173 // A utility class that closes a file descriptor when it goes out of scope. 185 // scope. 452 HandleScope scope; local 521 return scope.Close(accumulator);
|
full-codegen.h | 83 scope_(info->scope()), 563 Scope* scope() { return scope_; } function in class:v8::internal::FullCodeGenerator 789 Scope* scope_;
|
liveobjectlist.cc | 1392 HandleScope scope; local 1731 HandleScope scope; local 1785 HandleScope scope; local 2250 HandleScope scope; local [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.h | 633 CpuFeatures::Scope scope(SSE2); 647 CpuFeatures::Scope scope(SSE2);
|