/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.cpp | 3396 JSObject* scope = new (stackFrame.globalData) JSStaticScopeObject(stackFrame.callFrame, stackFrame.args[0].identifier(), stackFrame.args[1].jsValue(), DontDelete); local [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 68 CpuFeatures::Scope scope1(VFP3); 69 CpuFeatures::Scope scope2(ARMv7); 73 // Open a frame scope to indicate that there is a frame on the stack. The 74 // NONE indicates that the scope shouldn't actually generate code to set up 119 // issues when the stack allocated buffer goes out of scope. 150 int receiver_offset = scope()->num_parameters() * kPointerSize; 176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 192 int num_parameters = scope()->num_parameters(); 194 Variable* var = scope()->parameter(i); [all...] |
stub-cache-arm.cc | 687 AllowExternalCallThatCantCauseGC scope(masm); 841 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
codegen-arm.cc | 195 CpuFeatures::Scope scope(VFP3);
|
/external/v8/src/ |
d8.js | 387 case 'scope': 797 // Create a JSON request for the scope command. 799 // Build a scope request from the text command. 800 var request = this.createRequest('scope'); [all...] |
debug-debugger.js | [all...] |
/build/tools/droiddoc/templates-sdk/ |
class.cs | 102 <?cs var:class.scope ?> 204 <?cs var:field.scope ?> 252 <?cs var:cl.scope ?> 491 <?cs var:field.scope ?> 530 <?cs var:method.scope ?>
|
/external/doclava/res/assets/templates/ |
class.cs | 96 <?cs var:class.scope ?> 198 <?cs var:field.scope ?> 246 <?cs var:cl.scope ?> 485 <?cs var:field.scope ?> 524 <?cs var:method.scope ?>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/external/smali/smali/src/main/antlr3/org/jf/smali/ |
smaliParser.g | 300 scope 371 scope {int currentAddress;} 378 scope [all...] |
/bionic/libc/bionic/ |
pthread.c | 525 int pthread_attr_setscope(pthread_attr_t *attr, int scope) 527 if (scope == PTHREAD_SCOPE_SYSTEM) 529 if (scope == PTHREAD_SCOPE_PROCESS) [all...] |
/external/chromium/chrome/browser/history/ |
history_backend_unittest.cc | 86 void* scope = 0; local 87 memcpy(&scope, &int_scope, sizeof(int_scope)); 90 redirects.back(), Time::Now(), scope, page_id, GURL(), [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 679 AllowExternalCallThatCantCauseGC scope(masm); 831 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
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/webkit/Source/WebCore/bindings/v8/ |
SerializedScriptValue.cpp | 358 v8::HandleScope scope; local 1051 v8::HandleScope scope; local 1058 return scope.Close(element(0)); [all...] |
/external/v8/test/cctest/ |
test-disasm-mips.cc | 79 v8::HandleScope scope; \
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
WebPageMac.mm | 368 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); 369 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 261 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local 262 if (!scope) continue; 263 /* iterate over all entries in 'scope' */ 264 VG_(OSetGen_ResetIter)(scope); 266 DiAddrRange* arange = VG_(OSetGen_Next)(scope); 281 VG_(OSetGen_Destroy)(scope); 3595 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/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/dnsmasq/src/ |
network.c | 208 int scope, int if_index, void *vparam) 222 addr.in6.sin6_scope_id = scope;
|
/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...] |