Searched defs:bitField (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 51 uint32_t bitField = GetBitField(); in SetCallNapi() local 58 uint32_t bitField = GetBitField(); in IsCallNapi() local 72 uint32_t bitField = GetBitField(); in SetIsCompiledFastCall() local 79 uint32_t bitField = GetBitField(); in IsCompiledFastCall() local 109 uint32_t bitField = GetBitField(); in SetCompiledCodeBit() local 116 uint32_t bitField = GetBitField(); in IsCompiledCode() local 124 uint32_t bitField = GetBitField(); in SetTaskConcurrentFuncFlag() local 131 uint32_t bitField = GetBitField(); in GetTaskConcurrentFuncFlag() local 137 uint32_t bitField = GetBitField(); in SetJitCompilingFlag() local 144 uint32_t bitField = GetBitField(); in IsJitCompiling() local [all …]
|
| D | global_env.h | 327 uint32_t bitField = GetBitField(); in FIRST_BIT_FIELD() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_iterator_stub_builder.h | 89 GateRef bitField = LoadPrimitive(VariableType::INT32(), thisValue_, bitFieldOffset); in GetIterationKind() local
|
| /arkcompiler/ets_runtime/common_components/objects/string_table/ |
| D | hashtriemap.h | 68 uint64_t bitField = *reinterpret_cast<const uint64_t *>(this); in IsEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 439 BitField *bitField = metaParser_->GetBitField(); in BuildArrayEdges() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.h | 316 GateRef bitField = LoadWithoutBarrier(VariableType::INT32(), jsFunc, bitFieldOffset); in CanFastCall() local
|
| D | mcr_circuit_builder.h | 410 GateRef bitField = LoadWithoutBarrier(VariableType::INT32(), jsFunc, bitFieldOffset); in JudgeAotAndFastCall() local
|
| D | gate_accessor.cpp | 1122 uint64_t bitField = GetConstantValue(gate); in IsConstantValue() local 1134 uint64_t bitField = GetConstantValue(gate); in IsConstantTaggedValue() local
|
| D | slowpath_lowering.cpp | 3279 GateRef bitField = builder_.LoadWithoutBarrier(VariableType::INT32(), obj, bitFieldOffset); in LowerGetResumeMode() local 3291 GateRef bitField = builder_.LoadWithoutBarrier(VariableType::INT32(), obj, bitFieldOffset); in LowerGetResumeMode() local
|
| D | stub_builder.cpp | 4283 GateRef bitField = GetBitFieldFromHClass(srcHClass); in CopyAllHClass() local 9840 GateRef bitField = LoadPrimitive(VariableType::INT32(), value, bitFieldOffset); in IsDetectorInvalid() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 1766 Operand &bitField = cgFunc.CreateMemOpnd(destReg, bitFieldOffset, k8BitSize); in EmitTaggedObjectIsString() local 1805 Operand &bitField = cgFunc.CreateMemOpnd(destReg, bitFieldOffset, k8BitSize); in EmitIsCowArray() local
|