Searched defs:stub (Results 101 - 125 of 162) sorted by relevance

1234567

/external/v8/src/x64/
H A Dbuiltins-x64.cc144 // The call will replace the stub, so the countdown is only done once.
488 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
489 __ CallStub(&stub);
1721 StackCheckStub stub; local
1722 __ TailCallStub(&stub);
H A Dcode-stubs-x64.h82 // Flag that indicates how to generate code for the stub GenericBinaryOpStub.
85 NO_SMI_CODE_IN_STUB = 1 << 0 // Omit smi code in stub.
302 // Flag that indicates how to generate code for the stub StringAddStub.
305 // Omit left string check in stub (left is definitely a string).
307 // Omit right string check in stub (right is definitely a string).
309 // Omit both string checks in stub.
510 static Mode GetMode(Code* stub) { argument
511 byte first_instruction = stub->instruction_start()[0];
512 byte second_instruction = stub->instruction_start()[2];
529 static void Patch(Code* stub, Mod argument
[all...]
H A Dstub-cache-x64.cc34 #include "stub-cache.h"
101 // Jump to the first instruction in the code stub.
399 CEntryStub stub(1);
400 __ CallStub(&stub);
2485 Handle<Code> stub = local
2488 __ DispatchMap(rdx, receiver_map, stub, DO_SMI_CHECK);
2907 Handle<Code> stub = KeyedLoadElementStub(elements_kind).GetCode(); local
2909 __ DispatchMap(rdx, receiver_map, stub, DO_SMI_CHECK);
2947 // Specialized stub for constructing objects from functions which only have only
2964 // there are jump to the generic constructor stub whic
[all...]
/external/chromium_org/v8/src/
H A Dcode-stubs.h141 // Retrieve the code for the stub. Generate the code if needed.
144 // Retrieve the code for the stub, make and return a copy of the code.
153 // Gets the major key from a code object that is a code stub or binary op IC.
202 // Generates the assembler code for the stub.
207 // Returns whether the code generated for this stub needs to be allocated as
215 // Perform bookkeeping required after code generation when stub code is
222 // Activate newly generated stub. Is called after
223 // registering stub in the stub cache.
230 // stub typ
2191 ToBooleanStub stub; local
[all...]
H A Dcompiler.h327 CompilationInfo(HydrogenCodeStub* stub,
395 // For compiled stubs, the stub object
471 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate) argument
472 : CompilationInfo(stub, isolate, &zone_),
H A Dic.cc37 #include "stub-cache.h"
108 PrintF("[%s patching generic stub in ", type); \
294 // The stub was generated for JSObject but called for non-JSObject.
323 // The stub is not in the cache. We've ruled out all other kinds of failure
325 // different from the one that the stub expects, elements kind changes, or a
330 // the map cannot be deprecated and the stub invalidated.
651 // Lookup is valid: Update inline cache and stub cache.
710 // Get the constant function and compute the code stub for this
712 // that the code stub is in the stub cach
808 Handle<Code> stub; local
871 Handle<Code> stub; local
894 Handle<Code> stub; local
1394 Handle<Code> stub = generic_stub(); local
1554 Handle<Code> stub = local
1575 Handle<Code> stub = pre_monomorphic_stub(); local
1583 Handle<Code> stub = generic_stub(); local
1965 Handle<Code> stub = generic_stub(); local
[all...]
H A Dstub-cache.cc37 #include "stub-cache.h"
68 // the stub cache only contains monomorphic stubs. Make sure that
175 // nonexistent IC stub can be shared for all names for a given map and we use
177 // mode objects involved, we need to do negative lookups in the stub and
178 // therefore the stub will be specific to the name.
191 // Compile the stub that is either shared for all names or
546 // and monomorphic stubs are not mixed up together in the stub cache.
563 CompareNilICStub& stub) {
567 stub.GetExtraICState());
571 Handle<Code> ic = stub
562 ComputeCompareNil(Handle<Map> receiver_map, CompareNilICStub& stub) argument
1555 Handle<Code> stub = KeyedLoadFastElementStub( local
1558 __ DispatchMap(receiver(), scratch1(), receiver_map, stub, DO_SMI_CHECK); local
1560 Handle<Code> stub = FLAG_compiled_keyed_dictionary_loads local
1563 __ DispatchMap(receiver(), scratch1(), receiver_map, stub, DO_SMI_CHECK); local
1577 Handle<Code> stub; local
1590 __ DispatchMap(receiver(), scratch1(), receiver_map, stub, DO_SMI_CHECK); local
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp230 CvMat stub, *img = (CvMat*)arr; local
232 CV_CALL( img = cvGetMat( img, &stub ));
1991 CvMat stub, *image; local
1995 CV_CALL( image = cvGetMat( _image, &stub ));
H A Dcvhistogram.cpp1428 CvMat stub, *mat = (CvMat*)img[i]; local
1429 CV_CALL( mat = cvGetMat( mat, i == 0 ? &stub0 : &stub, 0, 1 ));
1457 CvMat stub, *mat = (CvMat*)mask; local
1458 CV_CALL( mat = cvGetMat( mat, &stub, 0, 1 ));
2072 CvMat stub, *mat = (CvMat*)(i < dims ? img[i] : dst); local
2073 CV_CALL( mat = cvGetMat( mat, i == 0 ? &stub0 : &stub, 0, 1 ));
2176 CvMat stub, *mat; local
2177 CV_CALL( mat = cvGetMat( arr[i], &stub, 0, 0 ));
H A Dcvhough.cpp750 CvMat stub, *img = (CvMat*)src_image; local
759 CV_CALL( img = cvGetMat( img, &stub ));
1085 CvMat stub, *img = (CvMat*)src_image; local
1094 CV_CALL( img = cvGetMat( img, &stub ));
H A Dcvstereogc.cpp137 GCVtx stub, *nil = &stub, *first = nil, *last = nil; local
143 stub.next = nil;
H A DmycvHaarDetectObjects.cpp879 CvMat stub, *img = (CvMat*)_img; local
908 CV_CALL( img = cvGetMat( img, &stub, &coi ));
H A Dcvhaar.cpp863 CvMat stub, *img = (CvMat*)_img; local
889 CV_CALL( img = cvGetMat( img, &stub, &coi ));
/external/opencv/cxcore/src/
H A Dcxarray.cpp440 CvMat stub, *mat = (CvMat*)arr; local
443 CV_CALL( mat = cvGetMat( mat, &stub, coi ));
1472 CvMat stub, *mat = (CvMat*)arr; local
1475 CV_CALL( mat = cvGetMat( mat, &stub ));
1524 CvMat stub, *mat = (CvMat*)arr; local
1527 CV_CALL( mat = cvGetMat( mat, &stub ));
1582 CvMat stub, *mat = (CvMat*)arr; local
1586 CV_CALL( mat = cvGetMat( mat, &stub ));
1631 CvMat stub, *mat = (CvMat*)arr; local
1635 CV_CALL( mat = cvGetMat( mat, &stub ));
3031 CvMatND stub; local
[all...]
H A Dcxdrawing.cpp170 CvMat stub, *mat = (CvMat*)img; local
175 CV_CALL( mat = cvGetMat( mat, &stub ));
1745 CvMat stub, *mat = (CvMat*)img;
1748 CV_CALL( mat = cvGetMat( img, &stub, &coi ));
1781 CvMat stub, *mat = (CvMat*)img;
1787 CV_CALL( mat = cvGetMat( img, &stub, &coi ));
1825 CvMat stub, *mat = (CvMat*)img;
1828 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
1874 CvMat stub, *mat = (CvMat*)img;
1877 CV_CALL( mat = cvGetMat( mat, &stub,
2205 CvMat stub, *mat = (CvMat*)img; local
2432 CvMat stub, *mat = (CvMat*)img; local
[all...]
H A Dcxmatmul.cpp630 CvMat stub, stub1, stub2, stub3; local
655 CV_CALL( D = cvGetMat( D, &stub, &coi ));
1609 CvSeq hdr; // need only one copy of stub header & seqblock (either for src or dst)
2226 CvMat stub, *dst = (CvMat*)dstarr;
2235 CV_CALL( dst = cvGetMat( dst, &stub, &coi3 ));
2781 CvMat stub, *mat = (CvMat*)matarr;
2798 CV_CALL( mat = cvGetMat( mat, &stub ));
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc34 #include "stub-cache.h"
87 // Jump to the first instruction in the code stub.
129 // Jump to the first instruction in the code stub.
1057 // Emitting a stub call may try to allocate (if the code is not
2654 Handle<Code> stub = local
2657 __ DispatchMap(edx, receiver_map, stub, DO_SMI_CHECK);
3086 Handle<Code> stub = KeyedLoadElementStub(elements_kind).GetCode(); local
3088 __ DispatchMap(edx, receiver_map, stub, DO_SMI_CHECK);
3124 // Specialized stub for constructing objects from functions which only have only
3137 // there are jump to the generic constructor stub whic
[all...]
H A Dfull-codegen-ia32.cc40 #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...]
H A Dmacro-assembler-ia32.cc104 // Call stub on end of buffer.
288 RecordWriteStub stub(object, value, address, remembered_set_action, fp_mode);
289 CallStub(&stub);
1649 void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { argument
1650 ASSERT(AllowThisStubCall(stub)); // Calls are not allowed in some stubs.
1651 call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
1655 void MacroAssembler::TailCallStub(CodeStub* stub) { argument
1656 ASSERT(allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe());
1657 jmp(stub->GetCode(), RelocInfo::CODE_TARGET);
1667 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { argument
[all...]
/external/v8/src/
H A Dic.cc37 #include "stub-cache.h"
99 PrintF("[%s patching generic stub in ", type); \
199 // The stub was generated for JSObject but called for non-JSObject.
536 // Lookup is valid: Update inline cache and stub cache.
642 // Get the constant function and compute the code stub for this
644 // that the code stub is in the stub cache.
662 // There is only one shared stub for calling normalized
664 // property must be found in the receiver for the stub to be
704 // Set the target to the pre monomorphic stub t
818 Handle<Code> stub; local
846 Handle<Code> stub; local
867 Handle<Code> stub; local
1164 Handle<Code> stub = generic_stub(); local
1345 Handle<Code> stub = (strict_mode == kStrictMode) local
1376 Handle<Code> stub = (strict_mode == kStrictMode) local
1500 GetReceiverMapsForStub(Handle<Code> stub, MapHandleList* result) argument
1810 Handle<Code> stub = (strict_mode == kStrictMode) local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp194 StubNumberForamt stub; local
198 if (stub.format(num, agent, pos) != UnicodeString("agent3")){
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc2035 void Assembler::emit_code_stub_address(Code* stub) { argument
2038 reinterpret_cast<uint32_t>(stub->instruction_start());
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp201 StubNumberForamt stub; local
205 if (stub.format(num, agent, pos) != UnicodeString("agent3")){
/external/v8/src/arm/
H A Dfull-codegen-arm.cc40 #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...]
H A Dstub-cache-arm.cc34 #include "stub-cache.h"
121 // Jump to the first instruction in the code stub.
602 CEntryStub stub(1);
603 __ CallStub(&stub);
3027 Handle<Code> stub = KeyedLoadElementStub(elements_kind).GetCode(); local
3029 __ DispatchMap(r1, r2, receiver_map, stub, DO_SMI_CHECK);
3111 Handle<Code> stub = local
3114 __ DispatchMap(r2, r3, receiver_map, stub, DO_SMI_CHECK);
3178 // there are jump to the generic constructor stub which calls the actual
3201 __ Check(ne, "Function constructed by construct stub
3701 Handle<Code> stub = local
4077 Handle<Code> stub = local
[all...]

Completed in 2009 milliseconds

1234567