HomeSort by relevance Sort by last modified time
    Searched defs:stub (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /external/icu4c/test/intltest/
numfmtst.cpp 201 StubNumberForamt stub; local
205 if (stub.format(num, agent, pos) != UnicodeString("agent3")){
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 863 CvMat stub, *img = (CvMat*)_img; local
889 CV_CALL( img = cvGetMat( img, &stub, &coi ));
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 40 #include "stub-cache.h"
197 FastNewContextStub stub(heap_slots);
198 __ CallStub(&stub);
246 // The stub will rewrite receiever and parameter count if the previous
256 ArgumentsAccessStub stub(type);
257 __ CallStub(&stub);
293 StackCheckStub stub; local
294 __ CallStub(&stub);
366 InterruptStub stub; local
367 __ CallStub(&stub);
372 StackCheckStub stub; local
425 InterruptStub stub; local
1676 StoreArrayLiteralElementStub stub; local
2986 SubStringStub stub; local
2999 RegExpExecStub stub; local
3123 NumberToStringStub stub; local
3257 StringCompareStub stub; local
3354 RegExpConstructResultStub stub; local
    [all...]
lithium-codegen-arm.cc 33 #include "stub-cache.h"
182 FastNewContextStub stub(heap_slots);
183 __ CallStub(&stub);
853 RegExpConstructResultStub stub; local
854 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
858 RegExpExecStub stub; local
859 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
863 SubStringStub stub; local
864 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
868 NumberToStringStub stub; local
878 StringCompareStub stub; local
5010 StackCheckStub stub; local
    [all...]
  /external/v8/src/
debug.cc 48 #include "stub-cache.h"
169 if (code->kind() == Code::STUB) {
392 // construct call or CallFunction stub call.
401 Handle<Code> stub = ComputeCallDebugPrepareStepIn( local
404 original_rinfo()->set_target_address(stub->entry());
406 rinfo()->set_target_address(stub->entry());
419 (maybe_call_function_stub->kind() == Code::STUB &&
426 // Step in through CallFunction stub should also be prepared by caller of
1017 // We must have been calling IC stub. Do not go there anymore
    [all...]
heap.cc 2382 JSEntryStub stub; local
2388 JSConstructEntryStub stub; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 40 #include "stub-cache.h"
190 FastNewContextStub stub(heap_slots);
191 __ CallStub(&stub);
240 // The stub will rewrite receiver and parameter count if the previous
250 ArgumentsAccessStub stub(type);
251 __ CallStub(&stub);
288 StackCheckStub stub; local
289 __ CallStub(&stub);
356 InterruptStub stub; local
357 __ CallStub(&stub);
366 StackCheckStub stub; local
424 InterruptStub stub; local
1633 StoreArrayLiteralElementStub stub; local
2921 SubStringStub stub; local
2934 RegExpExecStub stub; local
3060 NumberToStringStub stub; local
3199 StringCompareStub stub; local
3297 RegExpConstructResultStub stub; local
    [all...]
lithium-codegen-ia32.cc 35 #include "stub-cache.h"
194 FastNewContextStub stub(heap_slots);
195 __ CallStub(&stub);
762 RegExpConstructResultStub stub; local
763 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
767 RegExpExecStub stub; local
768 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
772 SubStringStub stub; local
773 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
777 NumberToStringStub stub; local
787 StringCompareStub stub; local
4847 StackCheckStub stub; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 48 #include "stub-cache.h"
204 FastNewContextStub stub(heap_slots);
205 __ CallStub(&stub);
253 // The stub will rewrite receiever and parameter count if the previous
263 ArgumentsAccessStub stub(type);
264 __ CallStub(&stub);
299 StackCheckStub stub; local
300 __ CallStub(&stub);
376 InterruptStub stub; local
377 __ CallStub(&stub);
383 StackCheckStub stub; local
434 InterruptStub stub; local
1689 StoreArrayLiteralElementStub stub; local
3004 SubStringStub stub; local
3017 RegExpExecStub stub; local
3147 NumberToStringStub stub; local
3287 StringCompareStub stub; local
3388 RegExpConstructResultStub stub; local
    [all...]
lithium-codegen-mips.cc 33 #include "stub-cache.h"
180 FastNewContextStub stub(heap_slots);
181 __ CallStub(&stub);
816 RegExpConstructResultStub stub; local
817 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
821 RegExpExecStub stub; local
822 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
826 SubStringStub stub; local
827 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
831 NumberToStringStub stub; local
841 StringCompareStub stub; local
4945 StackCheckStub stub; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 39 #include "stub-cache.h"
204 FastNewContextStub stub(heap_slots);
205 __ CallStub(&stub);
253 // The stub will rewrite receiver and parameter count if the previous
263 ArgumentsAccessStub stub(type);
264 __ CallStub(&stub);
299 StackCheckStub stub; local
300 __ CallStub(&stub);
331 StackCheckStub stub; local
332 __ CallStub(&stub);
1586 StoreArrayLiteralElementStub stub; local
2808 SubStringStub stub; local
2821 RegExpExecStub stub; local
2947 NumberToStringStub stub; local
3086 StringCompareStub stub; local
3183 RegExpConstructResultStub stub; local
    [all...]
lithium-codegen-x64.cc 34 #include "stub-cache.h"
192 FastNewContextStub stub(heap_slots);
193 __ CallStub(&stub);
726 RegExpConstructResultStub stub; local
727 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
731 RegExpExecStub stub; local
732 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
736 SubStringStub stub; local
737 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
741 NumberToStringStub stub; local
751 StringCompareStub stub; local
4635 StackCheckStub stub; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 1483 ViewStub stub = (ViewStub) mContainer local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 38 #include "stub-cache.h"
279 // Update the static counter each time a new code stub is generated.
808 // Patch the caller to an appropriate specialized stub and return the
809 // operation result to the caller of the stub.
827 // Patch the caller to an appropriate specialized stub and return the
828 // operation result to the caller of the stub.
7391 ProfileEntryHookStub stub; local
    [all...]
lithium-codegen-ia32.cc 36 #include "stub-cache.h"
213 __ push(Immediate(Smi::FromInt(StackFrame::STUB)));
292 FastNewContextStub stub(heap_slots);
293 __ CallStub(&stub);
399 __ push(Immediate(Smi::FromInt(StackFrame::STUB)));
445 __ push(Immediate(Smi::FromInt(StackFrame::STUB)));
765 case STUB:
1255 RegExpConstructResultStub stub; local
1260 RegExpExecStub stub; local
1265 SubStringStub stub; local
1270 NumberToStringStub stub; local
1275 StringCompareStub stub; local
6339 StackCheckStub stub; local
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 44 #include "stub-cache.h"
958 // The stub cache is not traversed during GC; clear the cache to
2839 Object* stub = rinfo->code_age_stub(); local
    [all...]
heap.cc 2974 JSEntryStub stub; local
2980 JSConstructEntryStub stub; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 36 #include "stub-cache.h"
290 // Update the static counter each time a new code stub is generated.
546 // stub so you don't have to set up the frame.
7245 ProfileEntryHookStub stub; local
    [all...]
lithium-codegen-mips.cc 33 #include "stub-cache.h"
155 __ Push(Smi::FromInt(StackFrame::STUB));
213 FastNewContextStub stub(heap_slots);
214 __ CallStub(&stub);
302 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
364 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
592 case STUB:
1046 RegExpConstructResultStub stub; local
1051 RegExpExecStub stub; local
1056 SubStringStub stub; local
1061 NumberToStringStub stub; local
1066 StringCompareStub stub; local
5665 StackCheckStub stub; local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 35 #include "stub-cache.h"
275 // Update the static counter each time a new code stub is generated.
694 // Patch the caller to an appropriate specialized stub and return the
695 // operation result to the caller of the stub.
6471 ProfileEntryHookStub stub; local
    [all...]
full-codegen-x64.cc 40 #include "stub-cache.h"
188 FastNewContextStub stub(heap_slots);
189 __ CallStub(&stub);
237 // The stub will rewrite receiver and parameter count if the previous
247 ArgumentsAccessStub stub(type);
248 __ CallStub(&stub);
283 StackCheckStub stub; local
284 __ CallStub(&stub);
344 InterruptStub stub; local
345 __ CallStub(&stub);
391 InterruptStub stub; local
1834 StoreArrayLiteralElementStub stub; local
3306 SubStringStub stub; local
3319 RegExpExecStub stub; local
3522 NumberToStringStub stub; local
3661 StringCompareStub stub; local
3759 RegExpConstructResultStub stub; local
    [all...]
lithium-codegen-x64.cc 34 #include "stub-cache.h"
170 __ Push(Smi::FromInt(StackFrame::STUB));
223 FastNewContextStub stub(heap_slots);
224 __ CallStub(&stub);
318 __ Move(rsi, Smi::FromInt(StackFrame::STUB));
354 __ Push(Smi::FromInt(StackFrame::STUB));
501 case STUB:
945 RegExpConstructResultStub stub; local
946 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
950 RegExpExecStub stub; local
955 SubStringStub stub; local
960 NumberToStringStub stub; local
965 StringCompareStub stub; local
5400 StackCheckStub stub; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2108 CvFileNode stub; local
3629 CvMatND stub; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 267 mNetworkService = INetworkManagementService.Stub.asInterface(
269 mStatsService = INetworkStatsService.Stub.asInterface(
2365 final Drawable stub = new ColorDrawable(Color.TRANSPARENT); local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 33 #include "stub-cache.h"
155 __ Push(Smi::FromInt(StackFrame::STUB));
214 FastNewContextStub stub(heap_slots);
215 __ CallStub(&stub);
308 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
373 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
606 case STUB:
1063 RegExpConstructResultStub stub; local
1068 RegExpExecStub stub; local
1073 SubStringStub stub; local
1078 NumberToStringStub stub; local
1083 StringCompareStub stub; local
5654 StackCheckStub stub; local
    [all...]

Completed in 743 milliseconds

1 2 3 45 6