Home
last modified time | relevance | path

Searched refs:TWO_BYTE_SIZE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.h102 static constexpr uint32_t TWO_BYTE_SIZE = 16; member in panda::ecmascript::kungfu::BaselineCompiler
H A Dbaseline_stubs.cpp31 static constexpr uint32_t TWO_BYTE_SIZE = 16; member
1335 GateRef arg2Id = Int32And(Int32LSR(argIds, Int32(TWO_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit()
1869 GateRef getterVregId = Int32And(Int32LSR(vregIds, Int32(TWO_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit()
2065 GateRef literalId = Int32And(Int32LSR(methodLiteralId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_ONE)); in GenerateCircuit()
2066 GateRef length = Int32And(lengthAndProtoId, Int32(TWO_BYTE_SIZE)); in GenerateCircuit()
2067 GateRef protoVregId = Int32And(Int32LSR(lengthAndProtoId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_ONE)); in GenerateCircuit()
H A Dbaseline_compiler.cpp2357 (static_cast<uint32_t>(arg3Id) << TWO_BYTE_SIZE); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2505 (static_cast<uint32_t>(getterVregId) << TWO_BYTE_SIZE) | in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2552 uint32_t methodAndLiteralId = static_cast<uint32_t>(methodId) | (static_cast<uint32_t>(literalId) << TWO_BYTE_SIZE); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2553 uint32_t countAndSuperClassId = static_cast<uint32_t>(count) | (static_cast<uint32_t>(superClass) << TWO_BYTE_SIZE); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()

Completed in 22 milliseconds