Searched refs:callfield (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.cpp | 714 GateRef callfield = Load(VariableType::INT64(), method, IntPtr(Method::CALL_FIELD_OFFSET)); in GenerateCircuit() local 715 … GateRef expectedNum = Int64And(Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GenerateCircuit()
|
D | stub_builder-inl.h | 2252 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in IsNativeMethod() local 2255 Int64LSR(callfield, Int64(MethodLiteral::IsNativeBit::START_BIT)), in IsNativeMethod() 2273 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in GetExpectedNumOfArgs() local 2275 Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GetExpectedNumOfArgs()
|
D | circuit_builder-inl.h | 808 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in GetExpectedNumOfArgs() local 810 Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GetExpectedNumOfArgs()
|