HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 826 - 850 of 1056) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/chromium_org/v8/src/
api.h 311 v8::HandleScope* scope) {
316 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle)), true);
651 // If there's a spare block, use it for growing the current scope.
code-stubs.cc 112 NoCurrentFrameScope scope(&masm);
145 HandleScope scope(isolate);
execution.cc 727 HandleScope scope(isolate);
881 HandleScope scope(isolate);
isolate.h 34 #include "assert-scope.h"
702 // Scope currently can only be used for regular exceptions, not
    [all...]
json-stringifier.h 173 // (indirect) handle to it in the outermost handle scope.
369 HandleScope scope(isolate_);
373 return scope.CloseAndEscape(object);
parser.h 499 Scope* scope,
549 Scope* outer_scope_;
600 Scope* DeclarationScope(VariableMode mode) {
794 // For harmony block scoping mode: Check if the scope has conflicting var/let
800 // The var declarations are hoisted to the function scope, but originate from
801 // a scope where the name has also been let bound or the var declaration is
802 // hoisted over such a scope.
803 void CheckConflictingVarDeclarations(Scope* scope, bool* ok)
    [all...]
type-info.cc 567 HandleScope scope(isolate_);
572 // Allocate handle in the parent scope.
573 dictionary_ = scope.CloseAndEscape(dictionary_);
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 52 HandleScope scope(isolate);
438 CpuFeatureScope scope(&assm, SSE4_1);
test-lockers.cc 70 v8::Isolate::Scope isolate_scope(isolate_);
72 v8::HandleScope scope(isolate_);
75 v8::Context::Scope context_scope(context);
82 v8::Isolate::Scope isolate_scope(isolate_);
83 v8::HandleScope scope(isolate_);
86 v8::Context::Scope context_scope(context);
106 v8::Isolate::Scope isolate_scope(isolate);
109 v8::Context::Scope context_scope(context);
187 v8::Isolate::Scope isolate_scope(isolate_);
236 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_);
  /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 69 // Open a frame scope to indicate that there is a frame on the stack. The
70 // NONE indicates that the scope shouldn't actually generate code to set up
110 // issues when the stack allocated buffer goes out of scope.
144 int receiver_offset = scope()->num_parameters() * kPointerSize;
223 int num_parameters = scope()->num_parameters();
225 Variable* var = scope()->parameter(i);
    [all...]

Completed in 5071 milliseconds

<<31323334353637383940>>