/external/chromium_org/v8/test/cctest/ |
test-disasm-mips.cc | 69 HandleScope scope(isolate); \
|
test-spaces.cc | 416 HandleScope scope(isolate);
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 180 llvm::DIDescriptor scope); 407 /// an artificial debug location that has a valid scope, but no line 424 /// Set the current location to line 0, but within the current scope
|
/external/v8/src/arm/ |
codegen-arm.cc | 195 CpuFeatures::Scope scope(VFP3);
|
/external/v8/src/ |
debug-debugger.js | [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.cc | 68 CpuFeatures::Scope scope(FPU); 72 // Open a frame scope to indicate that there is a frame on the stack. The 73 // NONE indicates that the scope shouldn't actually generate code to set up 117 // issues when the stack allocated buffer goes out of scope. 148 int receiver_offset = scope()->num_parameters() * kPointerSize; 174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 190 int num_parameters = scope()->num_parameters(); 192 Variable* var = scope()->parameter(i); [all...] |
/external/v8/test/cctest/ |
test-disasm-mips.cc | 79 v8::HandleScope scope; \
|
/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/chromium_org/v8/src/x64/ |
lithium-codegen-x64.cc | 75 // Open a frame scope to indicate that there is a frame on the stack. The 76 // MANUAL indicates that the scope shouldn't actually generate code to set up 167 StackArgumentsAccessor args(rsp, scope()->num_parameters()); 230 int num_parameters = scope()->num_parameters(); 232 Variable* var = scope()->parameter(i); [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/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 | 779 void SetONCPolicy(const char* policy_name, policy::PolicyScope scope) { 798 scope, [all...] |
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.cc | 419 const std::string& scope, 429 data->SetString("scope", scope); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.cpp | 345 DEFINE_STATIC_LOCAL(AtomicString, scope, ("scope", AtomicString::ConstructFromLiteral)); 404 nameToPseudoType->set(scope.impl(), CSSSelector::PseudoScope); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ContainerNode.cpp | 945 NodeChildRemovalTracker scope(child); 951 NodeChildRemovalTracker scope(child);
|
Node.h | [all...] |
/external/chromium_org/third_party/accessibility-audit/ |
axs_testing.js | 408 goog.scope = function(a) { [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::EscapableHandleScope* scope) { 316 return Utils::OpenHandle(*scope->Escape(Utils::ToLocal(handle)), true); 653 // If there's a spare block, use it for growing the current scope.
|
code-stubs.cc | 115 NoCurrentFrameScope scope(&masm); 157 HandleScope scope(isolate); 166 CodeTracer::Scope trace_scope(isolate->GetCodeTracer());
|
execution.cc | 767 HandleScope scope(isolate); 917 HandleScope scope(isolate);
|