HomeSort by relevance Sort by last modified time
    Searched defs:new_instance (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
TestStubs.java 17 package dot.junit.opcodes.new_instance;
TTestClass.java 17 package dot.junit.opcodes.new_instance;
Test_new_instance.java 17 package dot.junit.opcodes.new_instance;
21 import dot.junit.opcodes.new_instance.d.T_new_instance_1;
22 import dot.junit.opcodes.new_instance.d.T_new_instance_3;
23 import dot.junit.opcodes.new_instance.d.T_new_instance_4;
24 import dot.junit.opcodes.new_instance.d.T_new_instance_5;
25 import dot.junit.opcodes.new_instance.d.T_new_instance_8;
26 import dot.junit.opcodes.new_instance.d.T_new_instance_9;
45 load("dot.junit.opcodes.new_instance.d.T_new_instance_3",
54 //@uses dot.junit.opcodes.new_instance.d.TestAbstractClass
55 loadAndRun("dot.junit.opcodes.new_instance.d.T_new_instance_8", InstantiationError.class)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_1.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_4.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_5.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_7.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_8.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_9.java 17 package dot.junit.opcodes.new_instance.d;
T_new_instance_3.java 17 package dot.junit.opcodes.new_instance.d;
TestStubs.java 17 package dot.junit.opcodes.new_instance.d;
  /external/ImageMagick/MagickCore/
delegate-private.h 64 (MagickDLLCall *new_instance)(gs_main_instance **,void *); member in struct:_GhostInfo
nt-base.c 93 (MagickDLLCall *new_instance)(gs_main_instance **,void *);
166 status=nt_ghost_info.new_instance(pinstance,caller_handle);
92 (MagickDLLCall *new_instance)(gs_main_instance **,void *); member in struct:_NTGhostInfo
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
static_instance.h 129 T* new_instance = T::CreateInstance(); local
132 new_instance); local
135 if (new_instance) {
136 delete static_cast<T*>(new_instance);
  /art/compiler/optimizing/
load_store_elimination.cc 457 void VisitNewInstance(HNewInstance* new_instance) OVERRIDE {
458 // Any references appearing in the ref_info_array_ so far cannot alias with new_instance.
459 CreateReferenceInfoForReferenceType(new_instance); variable
570 for (HInstruction* new_instance : singleton_new_instances_) {
571 if (!new_instance->HasNonEnvironmentUses()) {
572 new_instance->RemoveEnvironmentUsers();
573 new_instance->GetBlock()->RemoveInstruction(new_instance);
848 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance(); local
    [all...]
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 

Completed in 477 milliseconds

1 2