Home
last modified time | relevance | path

Searched refs:SIZE_OF_INT8 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.cpp307 if (InRange8(offset - SIZE_OF_INT8)) { in EmitJmp()
310 EmitI8(offset - SIZE_OF_INT8); in EmitJmp()
321 if (InRange8(offset - SIZE_OF_INT8)) { in EmitJa()
324 EmitI8(offset - SIZE_OF_INT8); in EmitJa()
337 if (InRange8(offset - SIZE_OF_INT8)) { in EmitJb()
340 EmitI8(offset - SIZE_OF_INT8); in EmitJb()
353 if (InRange8(offset - SIZE_OF_INT8)) { in EmitJz()
356 EmitI8(offset - SIZE_OF_INT8); in EmitJz()
369 if (InRange8(offset - SIZE_OF_INT8)) { in EmitJne()
372 EmitI8(offset - SIZE_OF_INT8); in EmitJne()
[all...]
H A Dassembler_x64.h262 static constexpr int32_t SIZE_OF_INT8 = static_cast<int32_t>(sizeof(int8_t)); member in panda::ecmascript::x64::AssemblerX64

Completed in 5 milliseconds