HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 176 - 200 of 403) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/
m68k.ld 57 *(.text .stub .text.* .gnu.linkonce.t.*)
x86_64.ld 48 *(.text .stub .text.* .gnu.linkonce.t.*)
  /external/v8/src/mips/
macro-assembler-mips.h 262 // Call a code stub.
263 void CallStub(CodeStub* stub, Condition cond = cc_always,
265 void CallJSExitStub(CodeStub* stub);
267 // Return from a code stub after popping its arguments.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc 55 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xsw 55 *(.text .stub .text.* .gnu.linkonce.t.*)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc 55 *(.text .stub .text.* .gnu.linkonce.t.*)
armelf.xsw 55 *(.text .stub .text.* .gnu.linkonce.t.*)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
elf_i386.xc 56 *(.text .stub .text.* .gnu.linkonce.t.*)
elf_i386.xdc 56 *(.text .stub .text.* .gnu.linkonce.t.*)
elf_i386.xdw 56 *(.text .stub .text.* .gnu.linkonce.t.*)
elf_i386.xsc 55 *(.text .stub .text.* .gnu.linkonce.t.*)
elf_i386.xsw 55 *(.text .stub .text.* .gnu.linkonce.t.*)
elf_i386.xw 56 *(.text .stub .text.* .gnu.linkonce.t.*)
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shelf_linux.xdc 50 *(.text .stub .text.* .gnu.linkonce.t.*)
shelf_linux.xdw 50 *(.text .stub .text.* .gnu.linkonce.t.*)
shelf_linux.xsc 49 *(.text .stub .text.* .gnu.linkonce.t.*)
shelf_linux.xsw 49 *(.text .stub .text.* .gnu.linkonce.t.*)
shlelf_linux.xdc 50 *(.text .stub .text.* .gnu.linkonce.t.*)
shlelf_linux.xdw 50 *(.text .stub .text.* .gnu.linkonce.t.*)
shlelf_linux.xsc 49 *(.text .stub .text.* .gnu.linkonce.t.*)
shlelf_linux.xsw 49 *(.text .stub .text.* .gnu.linkonce.t.*)
  /external/v8/src/x64/
codegen-x64.cc 106 // Many of them call a code stub or a runtime function.
128 // specialized stub for add. The result is left in dst.
165 // Call the appropriate binary operation stub to compute src op value
334 FastNewContextStub stub(heap_slots);
335 context = frame_->CallStub(&stub, 1);
648 // Move value argument to eax as expected by the IC stub.
650 // Call the IC stub.
872 StackCheckStub stub; local
873 __ CallStub(&stub);
2244 FastNewClosureStub stub; local
3582 InstanceofStub stub; local
3990 RegExpExecStub stub; local
4044 SubStringStub stub; local
4056 StringCompareStub stub; local
4353 ToBooleanStub stub; local
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 193 FastNewContextStub stub(heap_slots);
194 frame_->CallStub(&stub, 1);
251 ArgumentsAccessStub stub(ArgumentsAccessStub::NEW_OBJECT);
260 frame_->CallStub(&stub, 3);
738 // Stub is entered with a call: 'return address' is in lr.
753 GenericBinaryOpStub stub(op, overwrite_mode, constant_rhs);
754 frame_->CallStub(&stub, 0);
855 GenericBinaryOpStub stub(op_, overwrite_mode_, value_);
856 __ CallStub(&stub);
1154 StackCheckStub stub; local
2317 FastNewClosureStub stub; local
3046 Handle<Code> stub = ComputeCallInitialize(arg_count, in_loop); local
3093 Handle<Code> stub = ComputeCallInitialize(arg_count, in_loop); local
3589 SubStringStub stub; local
3601 StringCompareStub stub; local
3696 Handle<Code> stub = ComputeCallInitialize(arg_count, in_loop); local
4306 InstanceofStub stub; local
    [all...]
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 32 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageItemInfoTest.java 19 import com.android.cts.stub.R;
38 private static final String PACKAGE_NAME = "com.android.cts.stub";

Completed in 922 milliseconds

1 2 3 4 5 6 78 91011>>