HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 451 - 475 of 1642) sorted by null

<<11121314151617181920>>

  /external/v8/src/arm64/
code-stubs-arm64.cc 13 #include "src/ic/stub-cache.h"
49 // Update the static counter each time a new code stub is generated.
447 // hydrogen doesn't care, the stub doesn't have to care either.
668 // Restore lr with the value it had before the call to this stub (the value
    [all...]
codegen-arm64.cc 349 Code* stub = GetCodeFromTargetAddress(Memory::Address_at(target)); local
350 GetCodeAgeAndParity(stub, age, parity);
364 Code * stub = GetCodeAgeStub(isolate, age, parity); local
365 MacroAssembler::EmitCodeAgeSequence(&patcher, stub);
  /external/v8/src/mips/
code-stubs-mips.cc 14 #include "src/ic/stub-cache.h"
62 // Update the static counter each time a new code stub is generated.
530 // hydrogen doesn't care, the stub doesn't have to care either.
780 // This can only happen if the stub is called from non-optimized code.
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 13 #include "src/ic/stub-cache.h"
61 // Update the static counter each time a new code stub is generated.
526 // hydrogen doesn't care, the stub doesn't have to care either.
777 // This can only happen if the stub is called from non-optimized code.
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 14 #include "src/ic/stub-cache.h"
57 // Update the static counter each time a new code stub is generated.
86 // Immediate values for this stub fit in instructions, so it's safe to use ip.
525 // hydrogen doesn't care, the stub doesn't have to care either.
753 // This can only happen if the stub is called from non-optimized code.
913 // The stub is called from non-optimized code, which expects the result
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 14 #include "src/ic/stub-cache.h"
56 // Update the static counter each time a new code stub is generated.
84 // Immediate values for this stub fit in instructions, so it's safe to use ip.
518 // hydrogen doesn't care, the stub doesn't have to care either.
730 // This can only happen if the stub is called from non-optimized code.
892 // The stub is called from non-optimized code, which expects the result
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 14 #include "src/ic/stub-cache.h"
62 // Update the static counter each time a new code stub is generated.
509 // hydrogen doesn't care, the stub doesn't have to care either.
716 // This can only happen if the stub is called from non-optimized code.
866 // The stub is called from non-optimized code, which expects the result
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 28 #include "mcld/Fragment/Stub.h"
859 Stub* stub = getStubFactory()->create(*relocation, // relocation local
863 if (stub != NULL) {
864 assert(stub->symInfo() != NULL);
865 // reset the branch target of the reloc to this stub instead
866 relocation->setSymInfo(stub->symInfo());
873 // a stub symbol should be local
874 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal())
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
TransitionHelper.java 337 TransitionStub stub = (TransitionStub) transition; local
338 if (stub.mTransitionListeners == null) {
339 stub.mTransitionListeners = new ArrayList<TransitionListener>();
341 stub.mTransitionListeners.add(listener);
346 TransitionStub stub = (TransitionStub) transition; local
347 if (stub.mTransitionListeners != null) {
348 stub.mTransitionListeners.remove(listener);
  /external/v8/src/compiler/
js-generic-lowering.cc 416 ArrayNoArgumentConstructorStub stub(isolate(), elements_kind,
419 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), 1,
421 node->ReplaceInput(0, jsgraph()->HeapConstant(stub.GetCode()));
428 ArraySingleArgumentConstructorStub stub(
431 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), 2,
433 node->ReplaceInput(0, jsgraph()->HeapConstant(stub.GetCode()));
439 ArrayNArgumentsConstructorStub stub(isolate());
441 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(),
443 node->ReplaceInput(0, jsgraph()->HeapConstant(stub.GetCode()));
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepoTest.java 80 private static final String TEST_STUB = "TestStub"; // Trivial test stub
225 TestStub stub = (TestStub) test; local
226 assertEquals("Incorrect test arg", "bar", stub.mFoo);
227 assertEquals("Incorrect module arg", "foobar", stub.mBlah);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliClass.java 59 import org.jf.smalidea.psi.stub.SmaliClassStub;
67 public SmaliClass(@NotNull SmaliClassStub stub) {
68 super(stub, SmaliElementTypes.CLASS);
  /external/v8/src/ia32/
code-stubs-ia32.cc 16 #include "src/ic/stub-cache.h"
50 // Update the static counter each time a new code stub is generated.
348 // This can only happen if the stub is called from non-optimized code.
567 // The stub is called from non-optimized code, which expects the result
732 // Deferred code at the end of the stub:
    [all...]
  /external/v8/src/
utils.cc 396 MemCopyUint8Function stub);
398 Isolate* isolate, MemCopyUint16Uint8Function stub);
404 MemCopyUint8Function stub);
type-info.cc 11 #include "src/ic/stub-cache.h"
213 CompareICStub stub(code->stub_key(), isolate());
214 *left_type = CompareICState::StateToType(zone(), stub.left());
215 *right_type = CompareICState::StateToType(zone(), stub.right());
216 *combined_type = CompareICState::StateToType(zone(), stub.state(), map);
  /external/v8/src/x87/
code-stubs-x87.cc 14 #include "src/ic/stub-cache.h"
50 // Update the static counter each time a new code stub is generated.
283 // The stub is called from non-optimized code, which expects the result
433 // Deferred code at the end of the stub:
782 // hydrogen doesn't care, the stub doesn't have to care either.
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 13 #include "src/ic/stub-cache.h"
48 // Update the static counter each time a new code stub is generated.
233 // This can only happen if the stub is called from non-optimized code.
447 // The stub is called from non-optimized code, which expects the result
606 // Deferred code at the end of the stub:
    [all...]
codegen-x64.cc 511 Code* stub = GetCodeFromTargetAddress(target_address); local
512 GetCodeAgeAndParity(stub, age, parity);
526 Code* stub = GetCodeAgeStub(isolate, age, parity); local
528 patcher.masm()->call(stub->instruction_start());
  /development/build/
build_android_stubs.mk 3 # sdk_stub_name: the name of the SDK stubs; the stub source code should have been generated to
36 @echo Packaging SDK Stub sources: $@
97 # As we don't have .dex file for the SDK stub, we cannot generate .toc
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
_AbstractStubDataCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 35 import org.jf.smalidea.psi.stub.element.*;
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions.js 70 // stub. This can happen at any time especially if we are running with
123 // replace it's code with stub. So there is no reliable way to get PCs for
elements-transition.js 44 // triggers an IC miss, upon which the conversion stub is generated, but the
46 // the previously patched IC, is then converted using the conversion stub.
  /frameworks/base/core/java/android/view/
ViewStub.java 45 * &lt;ViewStub android:id="@+id/stub"
52 * The ViewStub thus defined can be found using the id "stub." After inflation of
61 * ViewStub stub = (ViewStub) findViewById(R.id.stub);
62 * View inflated = stub.inflate();
315 * @param stub The ViewStub that initiated the inflation.
318 void onInflate(ViewStub stub, View inflated);

Completed in 1118 milliseconds

<<11121314151617181920>>