Searched defs:sf (Results 1 - 6 of 6) sorted by relevance

/art/runtime/interpreter/
H A Dshadow_frame.h66 static void DeleteDeoptimizedFrame(ShadowFrame* sf) { argument
67 sf->~ShadowFrame(); // Explicitly destruct.
68 uint8_t* memory = reinterpret_cast<uint8_t*>(sf);
/art/test/710-varhandle-creation/src/
H A DMain.java56 static float sf; field in class:Main
156 vsf = MethodHandles.lookup().findStaticVarHandle(Main.class, "sf", float.class);
/art/dex2oat/
H A Ddex2oat_test.cc291 std::unique_ptr<ScratchFile> sf; local
293 sf.reset(new ScratchFile());
294 copy.push_back(android::base::StringPrintf("--swap-fd=%d", sf->GetFd()));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
657 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) argument
/art/runtime/
H A Dthread.h1035 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1809 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) argument
1811 self_->PushStackedShadowFrame(sf, type);
H A Dthread.cc276 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { argument
278 sf, type, tlsPtr_.stacked_shadow_frame_record);

Completed in 3173 milliseconds