/external/chromium_org/content/renderer/pepper/ |
message_channel.cc | 345 v8::HandleScope scope; local 360 v8::Context::Scope context_scope(context);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_irix.h | 433 PRThreadScope scope,
|
_linux.h | 461 PRThreadScope scope,
|
/external/chromium_org/v8/samples/ |
lineprocessor.cc | 131 v8::Context::Scope scope(context); 218 v8::Context::Scope context_scope(context);
|
/external/chromium_org/v8/src/ |
builtins.cc | [all...] |
/external/chromium_org/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 115 // issues when the stack allocated buffer goes out of scope. 155 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize; 234 int num_parameters = scope()->num_parameters(); 236 Variable* var = scope()->parameter(i); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-declarative-accessors.cc | 118 v8::HandleScope scope(local_context->GetIsolate());
|
test-disasm-mips.cc | 69 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/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...] |