HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 251 - 275 of 382) sorted by null

<<111213141516

  /external/llvm/tools/lto/
LTOModule.cpp 368 // set scope part
395 lto_symbol_attributes scope) {
405 attr |= scope;
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 370 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
389 ($nasm ? ":" : "\tPROC $current_function->{scope}");
459 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
  /external/v8/samples/
process.cc 136 HandleScope scope;
147 // Create a handle scope to hold the temporary references.
164 Context::Scope context_scope(context_);
242 // Create a handle scope to keep the temporary object references.
247 Context::Scope context_scope(context_);
290 // Handle scope for temporary handles.
311 // Return the result through the current handle scope. Since each
312 // of these handles will go away when the handle scope is deleted
314 // outer handle scope.
381 // Again, return the result through the current handle scope
605 HandleScope scope; local
    [all...]
lineprocessor.cc 134 v8::Context::Scope scope(debug_message_context);
220 v8::Context::Scope context_scope(context);
  /external/v8/src/
api.h 252 v8::HandleScope* scope) {
257 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle)));
517 // 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.
459 HandleScope scope; local
528 return scope.Close(accumulator);
full-codegen.h 509 Scope* scope() { return info_->scope(); } function in class:v8::internal::FullCodeGenerator
liveobjectlist.cc 1092 HandleScope scope; local
1262 HandleScope scope; local
1378 HandleScope scope; local
1502 HandleScope scope; local
1703 HandleScope scope; local
1757 HandleScope scope; local
1907 HandleScope scope; local
2208 HandleScope scope; local
    [all...]
type-info.cc 357 HandleScope scope(isolate);
410 // Allocate handle in the parent scope.
411 dictionary_ = scope.CloseAndEscape(dictionary_);
mirror-debugger.js 160 const SCOPE_TYPE = 'scope';
192 // A copy of the scope types from runtime.cc.
388 * Check whether the mirror reflects a scope.
389 * @returns {boolean} True if the mirror reflects a scope
    [all...]
handles.h 88 // Closes the given scope, but lets this handle escape. See
90 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
98 // After a handle scope has been created, all local handles will be
99 // allocated within that handle scope until either the handle scope is
100 // deleted or another handle scope is created. If there is already a
101 // handle scope and a new one is created, all allocations will take
102 // place in the new handle scope until it is deleted. After that,
103 // new handles will again be allocated in the original handle scope.
105 // After the handle scope of a local handle has been deleted th
    [all...]
runtime-profiler.cc 244 HandleScope scope(isolate_);
  /external/v8/test/cctest/
test-disasm-arm.cc 77 v8::HandleScope scope; \
419 CpuFeatures::Scope scope(VFP3);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 101 // bring class variables into function scope
documentnormalizedocument12.js 103 // bring class variables into function scope
handleerror01.js 101 // bring class variables into function scope
handleerror02.js 103 // bring class variables into function scope
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 226 v8::Context::Scope contextScope(m_context);
267 // scope is a property of the inner window.
290 // Create a handle scope for all local handles.
320 v8::Context::Scope contextScope(v8Context);
468 v8::Context::Scope contextScope(m_context);
584 v8::Context::Scope contextScope(m_context);
597 v8::HandleScope scope; local
633 v8::Context::Scope scope(m_context);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 399 v8::Context::Scope scope(m_dialogContext);
407 v8::Context::Scope scope(m_dialogContext);
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 246 HandleScope scope; local
308 HandleScope scope; local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 348 // Create a search scope including only the source folder of the current
352 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(
359 scope,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 242 IJavaSearchScope scope =SearchEngine.createJavaSearchScope( local
267 }, scope, requestor, null);
  /external/v8/src/arm/
code-stubs-arm.cc 502 CpuFeatures::Scope scope(VFP3);
571 CpuFeatures::Scope scope(VFP3);
585 CpuFeatures::Scope scope(VFP3);
676 CpuFeatures::Scope scope(VFP3);
744 CpuFeatures::Scope scope(VFP3)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 143 llvm::DIDescriptor scope);
173 /// has introduced scope change.
  /external/libxml2/include/libxml/
schemasInternals.h 785 const xmlChar *scope; member in struct:_xmlSchemaElement

Completed in 768 milliseconds

<<111213141516