HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 351 - 375 of 642) sorted by null

<<11121314151617181920>>

  /external/v8/src/mips/
virtual-frame-mips.h 278 // Call stub given the number of arguments it expects on (and
280 inline void CallStub(CodeStub* stub, int arg_count);
318 // Call into an IC stub given the number of arguments it removes
319 // from the stack. Register arguments to the IC stub are implicit,
320 // and depend on the type of IC stub.
macro-assembler-mips.cc     [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 55 CvMat stub, *mat = (CvMat*)array; local
65 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
138 CvMat stub, *mat = 0; local
166 CV_CALL( mat = cvGetDiag( array, &stub ));
777 CvMat stub, *mat = (CvMat*)arr; local
782 CV_CALL( mat = cvGetMat( mat, &stub ));
1591 CvMat stub, *data = (CvMat*)data_arr; local
1762 CvMat stub, *data = (CvMat*)data_arr; local
    [all...]
cxarray.cpp 440 CvMat stub, *mat = (CvMat*)arr; local
443 CV_CALL( mat = cvGetMat( mat, &stub, coi ));
1472 CvMat stub, *mat = (CvMat*)arr; local
1524 CvMat stub, *mat = (CvMat*)arr; local
1582 CvMat stub, *mat = (CvMat*)arr; local
1631 CvMat stub, *mat = (CvMat*)arr; local
3031 CvMatND stub; local
    [all...]
cxrand.cpp 452 CvMat stub, *mat = (CvMat*)arr; local
487 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
ic-ia32.cc 35 #include "stub-cache.h"
41 // Static IC stub generators.
776 // to do this because this generic stub does not perform map checks.
860 // Probe the stub cache.
870 // If the stub cache probing failed, the receiver might be a value.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 412 // Disable stub call restrictions to always allow calls to abort.
428 void MacroAssembler::CallStub(CodeStub* stub) {
430 Call(stub->GetCode(), RelocInfo::CODE_TARGET);
434 MaybeObject* MacroAssembler::TryCallStub(CodeStub* stub) {
436 MaybeObject* result = stub->TryGetCode();
445 void MacroAssembler::TailCallStub(CodeStub* stub) {
447 Jump(stub->GetCode(), RelocInfo::CODE_TARGET);
451 MaybeObject* MacroAssembler::TryTailCallStub(CodeStub* stub) {
453 MaybeObject* result = stub->TryGetCode();
541 // Since we did not call the stub, there was no allocation failure
    [all...]
ic-x64.cc 35 #include "stub-cache.h"
41 // Static IC stub generators.
780 // to do this because this generic stub does not perform map checks.
880 // Probe the stub cache.
    [all...]
  /external/v8/src/arm/
ic-arm.cc 38 #include "stub-cache.h"
45 // Static IC stub generators.
548 // Probe the stub cache.
558 // If the stub cache probing failed, the receiver might be a value.
593 // Probe the stub cache for the value object.
669 CEntryStub stub(1);
670 __ CallStub(&stub);
835 // - there is hope that the runtime will create a monomorphic call stub
876 // Probe the stub cache.
    [all...]
  /build/core/
armelf.x 54 *(.text .stub .text.* .gnu.linkonce.t.*)
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 19 import com.android.cts.stub.R;
294 com.android.cts.stub.R.layout.inflater_layout, null);
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 1428 CvMat stub, *mat = (CvMat*)img[i]; local
1457 CvMat stub, *mat = (CvMat*)mask; local
2072 CvMat stub, *mat = (CvMat*)(i < dims ? img[i] : dst); local
2176 CvMat stub, *mat; local
    [all...]
cvmoments.cpp 382 CvMat stub, *mat = (CvMat*)array; local
410 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
  /external/opencv/cvaux/src/
cvhmmobs.cpp 610 CvMat stub, *mat = (CvMat*)arr; local
612 CV_CALL( mat = cvGetMat( arr, &stub ));
  /external/qemu/
ia64.ld 58 *(.text .stub .text.* .gnu.linkonce.t.*)
ppc.ld 60 *(.text .stub .text.* .gnu.linkonce.t.*)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.x 51 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xbn 51 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xc 56 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xn 51 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xs 50 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xw 56 *(.text .stub .text.* .gnu.linkonce.t.*)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.x 53 *(.text .stub .text.* .gnu.linkonce.t.*)

Completed in 875 milliseconds

<<11121314151617181920>>