HomeSort by relevance Sort by last modified time
    Searched refs:GetLink (Results 1 - 14 of 14) sorted by null

  /art/runtime/
managed_stack.cc 30 current_fragment = current_fragment->GetLink()) {
33 current_frame = current_frame->GetLink()) {
45 current_fragment = current_fragment->GetLink()) {
48 current_frame = current_frame->GetLink()) {
managed_stack-inl.h 38 top_shadow_frame_ = frame->GetLink();
handle_scope-inl.h 210 LocalScopeType* next = reinterpret_cast<LocalScopeType*>(current_scope_->GetLink());
221 cur = reinterpret_cast<const LocalScopeType*>(cur->GetLink());
233 cur = reinterpret_cast<const LocalScopeType*>(cur->GetLink());
243 cur = reinterpret_cast<LocalScopeType*>(cur->GetLink());
managed_stack.h 66 ManagedStack* GetLink() const {
handle_scope.h 58 BaseHandleScope* GetLink() const {
thread.cc 186 DeoptimizationContextRecord* GetLink() const { return link_; }
232 StackedShadowFrameRecord* GetLink() const { return link_; }
263 tlsPtr_.deoptimization_context_stack = record->GetLink();
291 tlsPtr_.stacked_shadow_frame_record = record->GetLink();
    [all...]
stack.cc 776 current_fragment != nullptr; current_fragment = current_fragment->GetLink()) {
    [all...]
thread.h     [all...]
  /external/toolchain-utils/cros_utils/
html_tools.py 90 def GetLink(link, text):
  /art/runtime/interpreter/
shadow_frame.h 119 ShadowFrame* GetLink() const {
unstarted_runtime.cc     [all...]
interpreter.cc 574 shadow_frame = shadow_frame->GetLink();
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 716 while (linked->GetLink() != nullptr) {
717 linked = linked->GetLink();
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 549 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) {
    [all...]

Completed in 343 milliseconds