Searched defs:bitFieldOffset (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collator_stub_builder.cpp | 108 GateRef bitFieldOffset = IntPtr(JSCollator::BIT_FIELD_OFFSET); in GetBitField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.h | 255 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in CanFastCall() local
|
| H A D | mcr_circuit_builder.h | 311 GateRef bitFieldOffset = IntPtr(JSFunctionBase::BIT_FIELD_OFFSET); in JudgeAotAndFastCall() local
|
| H A D | profiler_stub_builder.cpp | 890 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 D | slowpath_lowering.cpp | 3033 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 D | stub_builder-inl.h | 3252 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 23 milliseconds