Searched refs:callFieldOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit_builder-inl.h | 71 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in GetExpectedNumOfArgs() local 72 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in GetExpectedNumOfArgs()
|
H A D | stub_builder-inl.h | 3075 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in GetCallFieldFromMethod() local 3076 return Load(VariableType::INT64(), method, callFieldOffset); in GetCallFieldFromMethod() 3379 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in IsAotWithCallField() local 3380 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in IsAotWithCallField() 3390 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in IsFastCall() local 3391 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in IsFastCall() 3455 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in IsNativeMethod() local 3456 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in IsNativeMethod() 3471 GateRef callFieldOffset = IntPtr(Method::CALL_FIELD_OFFSET); in GetExpectedNumOfArgs() local 3472 GateRef callfield = Load(VariableType::INT64(), method, callFieldOffset); in GetExpectedNumOfArgs() [all...] |
Completed in 10 milliseconds