HomeSort by relevance Sort by last modified time
    Searched refs:GetMethod (Results 26 - 46 of 46) sorted by null

12

  /art/test/455-set-vreg/
set_vreg_jni.cc 36 ArtMethod* m = GetMethod();
  /art/test/457-regs/
regs_jni.cc 35 ArtMethod* m = GetMethod();
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 64 instrumentation->BackwardBranch(self, shadow_frame.GetMethod(), offset); \
167 shadow_frame.GetMethod(), 0);
263 shadow_frame.GetMethod(), dex_pc,
277 shadow_frame.GetMethod(), dex_pc,
292 shadow_frame.GetMethod(), dex_pc,
306 shadow_frame.GetMethod(), dex_pc,
319 Class* return_type = shadow_frame.GetMethod()->GetReturnType();
339 shadow_frame.GetMethod(), dex_pc,
434 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
470 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
    [all...]
interpreter_switch_impl.cc 52 shadow_frame.GetMethod(), dex_pc); \
74 shadow_frame.GetMethod(), 0);
174 shadow_frame.GetMethod(), inst->GetDexPc(insns),
186 shadow_frame.GetMethod(), inst->GetDexPc(insns),
199 shadow_frame.GetMethod(), inst->GetDexPc(insns),
211 shadow_frame.GetMethod(), inst->GetDexPc(insns),
223 Class* return_type = shadow_frame.GetMethod()->GetReturnType();
243 shadow_frame.GetMethod(), inst->GetDexPc(insns),
337 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
373 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
    [all...]
unstarted_runtime.cc 417 std::string caller(PrettyMethod(shadow_frame->GetLink()->GetMethod()));
432 std::string caller2(PrettyMethod(shadow_frame->GetLink()->GetLink()->GetMethod()));
437 shadow_frame->GetLink()->GetMethod()->GetDeclaringClass()));
    [all...]
  /art/runtime/
profiler.cc 69 ArtMethod* m = GetMethod();
549 MethodReference method = current->GetMethod();
624 PrettyMethod(current->GetMethod().dex_method_index, *(current->GetMethod().dex_file)).c_str(),
thread.cc     [all...]
instrumentation.cc 178 ArtMethod* m = GetMethod();
322 ArtMethod* m = GetMethod();
    [all...]
debugger.cc 898 if (!GetMethod()->IsRuntimeMethod()) {
    [all...]
debugger.h 112 ArtMethod* GetMethod() const {
    [all...]
reflection.cc 177 if (!shadow_frame->GetMethod()->IsStatic()) {
    [all...]
monitor.cc     [all...]
trace.cc 61 ArtMethod* m = GetMethod();
    [all...]
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 376 void GetMethod() {
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 635 Handle<mirror::Class> h_class(hs.NewHandle(shadow_frame->GetMethod()->GetDeclaringClass()));
637 DCHECK(Thread::Current()->IsExceptionPending()) << PrettyMethod(shadow_frame->GetMethod());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h 483 virtual HRESULT WINAPI GetMethod(LPCWSTR wszName,__LONG32 lFlags,IWbemClassObject **ppInSignature,IWbemClassObject **ppOutSignature) = 0;
514 HRESULT (WINAPI *GetMethod)(IWbemClassObject *This,LPCWSTR wszName,__LONG32 lFlags,IWbemClassObject **ppInSignature,IWbemClassObject **ppOutSignature);
547 #define IWbemClassObject_GetMethod(This,wszName,lFlags,ppInSignature,ppOutSignature) (This)->lpVtbl->GetMethod(This,wszName,lFlags,ppInSignature,ppOutSignature)
    [all...]

Completed in 870 milliseconds

12