Searched refs:handle_scope_entries (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1312 uint32_t* handle_scope_entries) in LayoutCalleeSaveFrame() argument 1325 *handle_scope_entries = num_handle_scope_references_; in LayoutCalleeSaveFrame() 1356 uint32_t* handle_scope_entries) in LayoutJNISaveFrame() argument 1360 LayoutCalleeSaveFrame(m, sp, table, handle_scope_entries); in LayoutJNISaveFrame() 1373 uint32_t shorty_len, HandleScope** table, uint32_t* handle_scope_entries, in ComputeLayout() argument 1379 uint8_t* sp8 = LayoutJNISaveFrame(m, reinterpret_cast<void*>(*m), table, handle_scope_entries); in ComputeLayout() 1470 uint32_t handle_scope_entries; in BuildGenericJniFrameVisitor() local 1472 &handle_scope_entries, &start_stack_arg, in BuildGenericJniFrameVisitor() 1475 handle_scope_->SetNumberOfReferences(handle_scope_entries); in BuildGenericJniFrameVisitor()
|