HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 951 - 975 of 1184) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/src/
isolate.h 34 #include "assert-scope.h"
683 // Scope currently can only be used for regular exceptions, not
    [all...]
json-stringifier.h 173 // (indirect) handle to it in the outermost handle scope.
370 HandleScope scope(isolate_);
374 return scope.CloseAndEscape(object);
type-info.cc 490 HandleScope scope(isolate_);
495 // Allocate handle in the parent scope.
496 dictionary_ = scope.CloseAndEscape(dictionary_);
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 52 HandleScope scope(isolate);
435 CpuFeatureScope scope(&assm, SSE4_1);
test-lockers.cc 69 v8::Isolate::Scope isolate_scope(isolate_);
71 v8::HandleScope scope(isolate_);
74 v8::Context::Scope context_scope(context);
81 v8::Isolate::Scope isolate_scope(isolate_);
82 v8::HandleScope scope(isolate_);
85 v8::Context::Scope context_scope(context);
105 v8::Isolate::Scope isolate_scope(isolate);
108 v8::Context::Scope context_scope(context);
184 v8::Isolate::Scope isolate_scope(isolate_);
233 v8::Isolate::Scope isolate_scope(isolate)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 100 (* Emit the start code first, without 'variable' in scope. *)
  /external/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 374 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
393 ($nasm ? ":" : "\tPROC $current_function->{scope}");
463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
467 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
    [all...]
  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 574 CpuFeatures::Scope scope(VFP3);
589 CpuFeatures::Scope scope(VFP3);
    [all...]
macro-assembler-arm.cc 269 CpuFeatures::Scope scope(VFP3);
676 CpuFeatures::Scope scope(ARMv7);
718 CpuFeatures::Scope scope(ARMv7);
    [all...]
  /external/v8/src/
execution.cc 727 HandleScope scope(isolate);
875 HandleScope scope(isolate);
type-info.cc 595 HandleScope scope; local
600 // Allocate handle in the parent scope.
601 dictionary_ = scope.CloseAndEscape(dictionary_);
stub-cache.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.h 589 CpuFeatures::Scope scope(FPU);
597 CpuFeatures::Scope scope(FPU);
    [all...]
macro-assembler-mips.cc 855 CpuFeatures::Scope scope(FPU);
870 CpuFeatures::Scope scope(FPU);
885 CpuFeatures::Scope scope(FPU);
899 CpuFeatures::Scope scope(FPU);
915 AllowExternalCallThatCantCauseGC scope(this);
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 59 v8::HandleScope scope; local
111 CpuFeatures::Scope fscope(CPUID);
116 CpuFeatures::Scope fscope(RDTSC);
372 CpuFeatures::Scope fscope(SSE2);
394 CpuFeatures::Scope use_cmov(CMOV);
417 CpuFeatures::Scope fscope(SSE2);
446 CpuFeatures::Scope scope(SSE4_1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 355 // Create a search scope including only the source folder of the current
359 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(
366 scope,
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 178 // "dojo." to the appropriate scope name for dojo.
244 // Alias for the global scope
484 // | // search the global scope
488 // | // search from a particular scope
501 // exceptions. Calling eval() directly from some other scope may
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 70 // Open a frame scope to indicate that there is a frame on the stack. The
71 // NONE indicates that the scope shouldn't actually generate code to set up
157 int receiver_offset = scope()->num_parameters() * kPointerSize;
213 int num_parameters = scope()->num_parameters();
215 Variable* var = scope()->parameter(i);
    [all...]
code-stubs-mips.cc 368 FrameScope scope(masm, StackFrame::INTERNAL);
428 // [sp + kPointerSize]: serialized scope info
438 // Load the serialized scope info from the stack.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 340 CpuFeatureScope scope(this, SSE3);
374 CpuFeatureScope scope(this, SSE2);
419 CpuFeatureScope scope(this, SSE2);
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 379 FrameScope scope(masm, StackFrame::INTERNAL);
440 // [sp + kPointerSize]: serialized scope info
450 // Load the serialized scope info from the stack.
    [all...]

Completed in 823 milliseconds

<<31323334353637383940>>