| /external/v8/src/ |
| full-codegen.cc | 318 info->function()->scope()->AllowsLazyRecompilation()); 917 Scope* saved_scope = scope(); [all...] |
| runtime-profiler.cc | 235 HandleScope scope(isolate_);
|
| builtins.cc | 1001 HandleScope scope; local [all...] |
| d8.js | 387 case 'scope': 797 // Create a JSON request for the scope command. 799 // Build a scope request from the text command. 800 var request = this.createRequest('scope'); [all...] |
| /libcore/luni/src/main/java/java/sql/ |
| DatabaseMetaData.java | 64 * States that the remainder of the current session is used as the scope for 70 * States that best row identifier scope lasts only while the row is being 76 * States that the remainder of the current transaction is used as the scope 488 * this gives the catalog of the table corresponding to the attribute's scope. 491 * this gives the schema of the table corresponding to the attribute's scope. 494 * this gives the name of the table corresponding to the attribute's scope. 527 * identify the rows. The results are ordered by {@code SCOPE} (see below). 532 * <li>{@code SCOPE} - short - the {@code SCOPE} of the result, as follows: 574 * @param scope [all...] |
| /external/chromium_org/components/policy/core/common/ |
| policy_service_impl_unittest.cc | 30 const char kSameLevelPolicy[] = "policy-same-level-and-scope"; 31 const char kDiffLevelPolicy[] = "chrome-diff-level-and-scope"; 49 PolicyScope scope) { 54 policy_map->Set(kDiffLevelPolicy, level, scope, 61 policy_map->Set(kDiffLevelPolicy, level, scope, 512 // For policies of the same level and scope, the first provider takes 517 // level/scope combination takes precedence, on every namespace.
|
| /external/chromium_org/content/renderer/gpu/ |
| gpu_benchmarking_extension.cc | 489 v8::HandleScope scope(callback_and_context->isolate()); 491 v8::Context::Scope context_scope(context); 711 v8::HandleScope scope(isolate); 713 v8::Context::Scope context_scope(context); 780 v8::HandleScope scope(callback_and_context->isolate()); 782 v8::Context::Scope context_scope(context);
|
| /external/chromium_org/net/proxy/ |
| proxy_resolver_v8.cc | 200 v8::HandleScope scope(isolate); 353 v8::Isolate::Scope isolate_scope(isolate_); 365 v8::Isolate::Scope isolate_scope(isolate_); 366 v8::HandleScope scope(isolate_); 370 v8::Context::Scope function_scope(context); 419 v8::Isolate::Scope isolate_scope(isolate_); 420 v8::HandleScope scope(isolate_); 472 v8::Context::Scope ctx(context); 508 v8::Isolate::Scope isolate_scope(isolate_); 815 v8::Isolate::Scope isolate_scope(g_default_isolate_) [all...] |
| /external/chromium_org/v8/src/ |
| full-codegen.h | 34 #include "assert-scope.h" 90 scope_(info->scope()), 236 if (statement()->AsBlock()->scope() != NULL) { 602 Scope* scope() { return scope_; } function in class:v8::internal::FullCodeGenerator 832 Scope* scope_; [all...] |
| hydrogen.cc | 3660 Scope* scope = current_info()->scope(); local [all...] |
| debug-debugger.js | [all...] |
| deoptimizer.cc | 348 CodeTracer::Scope scope(code->GetHeap()->isolate()->GetCodeTracer()); 349 PrintF(scope.file(), "[deoptimizer unlinked: "); 350 function->PrintName(scope.file()); 351 PrintF(scope.file(), 396 // TODO(titzer): we need a handle scope only because of the macro assembler, 398 HandleScope scope(isolate); 415 CodeTracer::Scope scope(isolate->GetCodeTracer()); 416 PrintF(scope.file(), "[deoptimize all code in all contexts]\n") [all...] |
| /external/llvm/tools/lto/ |
| LTOModule.cpp | 497 // set scope part 530 lto_symbol_attributes scope) { 553 LTO_SYMBOL_PERMISSIONS_DATA | LTO_SYMBOL_DEFINITION_REGULAR | scope; 568 _symbols.back().attributes |= scope;
|
| /external/v8/src/x64/ |
| deoptimizer-x64.cc | 50 HandleScope scope; local 830 AllowExternalCallThatCantCauseGC scope(masm()); [all...] |
| /external/v8/test/cctest/ |
| test-disasm-arm.cc | 77 v8::HandleScope scope; \ 419 CpuFeatures::Scope scope(VFP3); 714 CpuFeatures::Scope scope(ARMv7);
|
| /external/chromium_org/base/debug/ |
| trace_event_impl.cc | 415 // A helper class that allows the lock to be acquired in the middle of the scope 416 // and unlocks at the end of scope if locked. 725 // Instant events also output their scope. 727 char scope = '?'; 730 scope = TRACE_EVENT_SCOPE_NAME_GLOBAL; 734 scope = TRACE_EVENT_SCOPE_NAME_PROCESS; 738 scope = TRACE_EVENT_SCOPE_NAME_THREAD; 741 StringAppendF(out, ",\"s\":\"%c\"", scope); [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| ApplyStyleCommand.cpp | 256 Node* scope = visibleStart.deepEquivalent().deprecatedNode()->highestAncestor(); 257 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent()); 258 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent()); 289 startRange = PlainTextRange(startIndex).createRangeForSelection(*toContainerNode(scope)); 290 endRange = PlainTextRange(endIndex).createRangeForSelection(*toContainerNode(scope)); [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| inspector.css | [all...] |
| /external/clang/lib/CodeGen/ |
| CGException.cpp | 519 /// Emit the dispatch block for a filter scope if necessary. 618 // The dispatch block for the end of the scope chain is a block that 623 // Otherwise, we should look at the actual scope. 624 EHScope &scope = *EHStack.find(si); 626 llvm::BasicBlock *dispatchBlock = scope.getCachedEHDispatchBlock(); 628 switch (scope.getKind()) { 631 EHCatchScope &catchScope = cast<EHCatchScope>(scope); 655 scope.setCachedEHDispatchBlock(dispatchBlock); 660 /// Check whether this is a non-EH scope, i.e. a scope which doesn' [all...] |
| /external/doclava/src/com/google/doclava/ |
| ClassInfo.java | 898 data.setValue("class.scope", "protected"); 900 data.setValue("class.scope", "public"); 1401 public String scope() { method in class:ClassInfo [all...] |
| /external/v8/src/ia32/ |
| lithium-codegen-ia32.cc | 73 CpuFeatures::Scope scope(SSE2); 77 // Open a frame scope to indicate that there is a frame on the stack. The 78 // MANUAL indicates that the scope shouldn't actually generate code to set up 123 // issues when the stack allocated buffer goes out of scope. 150 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize; 188 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 205 int num_parameters = scope()->num_parameters(); 207 Variable* var = scope()->parameter(i); [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-regexp.cc | 74 v8::HandleScope scope(CcTest::isolate()); 85 v8::HandleScope scope(CcTest::isolate()); 100 v8::HandleScope scope(CcTest::isolate()); 119 v8::HandleScope scope(CcTest::isolate()); 393 v8::HandleScope scope(CcTest::isolate()); 535 v8::HandleScope scope(CcTest::isolate()); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| Hyperlinks.java | 621 // method signature (public and has a single View parameter), and narrowing the scope 645 IJavaSearchScope scope = null; local 651 scope = SearchEngine.createHierarchyScope(activityType); 654 if (scope == null) { 655 scope = SearchEngine.createWorkspaceScope(); 665 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor()); 669 // TODO: Create a project+dependencies scope and search only that scope 671 // Try searching again with a complete workspace scope this time 672 scope = SearchEngine.createWorkspaceScope() [all...] |
| /external/v8/src/arm/ |
| lithium-codegen-arm.cc | 68 CpuFeatures::Scope scope1(VFP3); 69 CpuFeatures::Scope scope2(ARMv7); 73 // Open a frame scope to indicate that there is a frame on the stack. The 74 // NONE indicates that the scope shouldn't actually generate code to set up 119 // issues when the stack allocated buffer goes out of scope. 150 int receiver_offset = scope()->num_parameters() * kPointerSize; 176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 192 int num_parameters = scope()->num_parameters(); 194 Variable* var = scope()->parameter(i); [all...] |
| /external/chromium_org/v8/src/ia32/ |
| code-stubs-ia32.cc | 368 FrameScope scope(masm, StackFrame::INTERNAL); 430 // [esp + (2 * kPointerSize)]: serialized scope info 440 // Get the serialized scope info from the stack. 501 CpuFeatureScope scope(masm, SSE2); 510 AllowExternalCallThatCantCauseGC scope(masm); 518 CpuFeatureScope scope(masm, SSE2); 595 CpuFeatureScope scope(masm, SSE3); 622 CpuFeatureScope scope(masm, SSE3); 747 CpuFeatureScope scope(masm, SSE2); 820 CpuFeatureScope scope(masm, SSE2) [all...] |