Home
last modified time | relevance | path

Searched refs:OldBytecodeInstBase (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h29 class OldBytecodeInstBase {
31 OldBytecodeInstBase() = default;
32 explicit OldBytecodeInstBase(const uint8_t *pc) : pc_ {pc} {} in OldBytecodeInstBase() function
33 ~OldBytecodeInstBase() = default;
Dold_instruction.h22 class OldBytecodeInst : OldBytecodeInstBase {
26 explicit OldBytecodeInst(const uint8_t *pc) : OldBytecodeInstBase {pc} in OldBytecodeInst()
42 return OldBytecodeInst(OldBytecodeInstBase::GetPointer(offset)); in JumpTo()
52 return OldBytecodeInstBase::GetAddress(); in GetAddress()