Home
last modified time | relevance | path

Searched refs:vtableIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_codegen_extensions.cpp26 auto vtableIndex = GetRuntime()->GetVTableIndex(method); in PrepareForCallLaunchVirtual() local
28 auto totalOffset = GetRuntime()->GetVTableOffset(GetArch()) + (vtableIndex << GetVtableShift()); in PrepareForCallLaunchVirtual()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h643 void SetVTableIndex(uint16_t vtableIndex) in SetVTableIndex() argument
645 stor16Pair_.vtableIndex = vtableIndex; in SetVTableIndex()
650 return stor16Pair_.vtableIndex; in GetVTableIndex()
722 return MEMBER_OFFSET(Method, stor16Pair_) + MEMBER_OFFSET(Storage16Pair, vtableIndex); in GetVTableIndexOffset()
922 uint16_t vtableIndex; member
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp722 auto vtableIndex = runtime_->GetVTableIndex(callee); in GetVTableOffset() local
723 uint32_t offset = runtime_->GetVTableOffset(arch) + (vtableIndex << 3U); in GetVTableOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1677 auto vtableIndex = runtime->GetVTableIndex(method); in EmitCallVirtual() local
1679 auto totalOffset = runtime->GetVTableOffset(GetArch()) + (vtableIndex << GetVtableShift()); in EmitCallVirtual()

Completed in 8 milliseconds