Home
last modified time | relevance | path

Searched defs:bitFieldOffset (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp108 GateRef bitFieldOffset = IntPtr(JSCollator::BIT_FIELD_OFFSET); in GetBitField() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h255 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in CanFastCall() local
H A Dmcr_circuit_builder.h311 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in JudgeAotAndFastCall() local
H A Dprofiler_stub_builder.cpp890 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetJitHotnessThresholdOffset() local
923 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetJitCallThresholdOffset() local
950 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetOsrHotnessThresholdOffset() local
964 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetBaselineJitHotnessThresholdOffset() local
H A Dslowpath_lowering.cpp3033 GateRef bitFieldOffset = builder_.IntPtr(JSAsyncGeneratorObject::BIT_FIELD_OFFSET); in LowerGetResumeMode() local
3045 GateRef bitFieldOffset = builder_.IntPtr(JSGeneratorObject::BIT_FIELD_OFFSET); in LowerGetResumeMode() local
H A Dstub_builder-inl.h3252 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in SetCompiledCodeFlagToFunction() local
3257 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); in SetCompiledCodeFlagToFunction() local
3277 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in SetTaskConcurrentFuncFlagToFunction() local
3284 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); in SetTaskConcurrentFuncFlagToFunction() local
3289 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in SetBitFieldToFunction() local
3290 Store(VariableType::INT32(), glue, function, bitFieldOffset, value); in SetBitFieldToFunction() local

Completed in 30 milliseconds