/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 266 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local 267 if (!scope) continue; 268 /* iterate over all entries in 'scope' */ 269 VG_(OSetGen_ResetIter)(scope); 271 DiAddrRange* arange = VG_(OSetGen_Next)(scope); 286 VG_(OSetGen_Destroy)(scope); 3659 OSet* \/* of DiAddrInfo *\/ scope local [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 74 // Open a frame scope to indicate that there is a frame on the stack. The 75 // MANUAL indicates that the scope shouldn't actually generate code to set up 120 // issues when the stack allocated buffer goes out of scope. 147 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize; 186 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 203 int num_parameters = scope()->num_parameters(); 205 Variable* var = scope()->parameter(i); [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.cc | 297 FrameScope scope(masm, StackFrame::INTERNAL); 486 // [sp + kPointerSize]: serialized scope info 496 // Load the serialized scope info from the stack. [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 65 SCOPE='scope'; 122 : 'scope' id ACTION -> ^('scope' id ACTION) 130 /** Sometimes the scope names will collide with keywords; allow them as 156 scope { 189 : 'scope' ACTION -> ^('scope' ACTION) 190 | 'scope' id (',' id)* ';' -> ^('scope' id+ [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3.g | 63 SCOPE='scope'; 120 : 'scope' id ACTION -> ^('scope' id ACTION) 128 /** Sometimes the scope names will collide with keywords; allow them as 154 scope { 184 : 'scope' ACTION -> ^('scope' ACTION) 185 | 'scope' id (',' id)* ';' -> ^('scope' id+ [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
preferences_browsertest.cc | 777 void SetONCPolicy(const char* policy_name, policy::PolicyScope scope) { 796 scope, [all...] |
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.cc | 513 const std::string& scope, 523 data->SetString("scope", scope); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.cpp | 344 DEFINE_STATIC_LOCAL(AtomicString, scope, ("scope", AtomicString::ConstructFromLiteral)); 405 nameToPseudoType->set(scope.impl(), CSSSelector::PseudoScope); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptSource.js | [all...] |
/external/chromium_org/third_party/codesighs/ |
maptsvdifftool.c | 390 char scope[0x10]; local 412 scope, [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
objects.h | 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ [all...] |
/external/chromium_org/third_party/openssl/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/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...] |