Searched refs:In (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | gate.h | 82 class In { class 84 In() = default; 90 ~In() = default; 143 return numIns * (sizeof(In) + sizeof(Out)) + sizeof(Gate); in GetGateSize() 165 [[nodiscard]] In *GetIn(size_t idx); 166 [[nodiscard]] const In *GetInConst(size_t idx) const;
|
H A D | gate_accessor.h | 213 ConstInsIterator(const Circuit* circuit, const In* in) : circuit_(circuit), in_(in) in ConstInsIterator() 251 const In* in_; 255 InsIterator(const Circuit* circuit, In* in) : circuit_(circuit), in_(in) in InsIterator() 293 In* in_; 664 return ConstInsIterator(circuit_, &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gate) + 1)[0]); in ConstInBegin() 671 &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gate) + 1)[endIndex]); in ConstInEnd() 676 return InsIterator(circuit_, &reinterpret_cast<In *>(circuit_->LoadGatePtr(gate) + 1)[0]); in InBegin() 682 return InsIterator(circuit_, &reinterpret_cast<In *>(circuit_->LoadGatePtr(gate) + 1)[endIndex]); in InEnd() 702 ConstInsIterator(const Circuit* circuit, const In* in) : circuit_(circuit), in_(in) in ConstInsIterator() 740 const In* in [all...] |
H A D | gate.cpp | 26 CheckFailed("In list contains null", idx); in CheckNullInput() 523 void In::SetGate(const Gate *ptr) in SetGate() 530 Gate *In::GetGate() in GetGate() 536 const Gate *In::GetGateConst() const in GetGateConst() 542 void In::SetGateNull() in SetGateNull() 547 bool In::IsGateNull() const in IsGateNull() 660 In *Gate::GetIn(size_t idx) in GetIn() 664 LOG_COMPILER(INFO) << std::dec << "Gate In access out-of-bound! (idx=" << idx << ")"; in GetIn() 670 return &reinterpret_cast<In *>(this + 1)[idx]; in GetIn() 673 const In *Gat [all...] |
H A D | verifier.cpp | 66 const In *curIn = circuit->LoadGatePtrConst(gate)->GetInConst(idx); in RunDataIntegrityCheck()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 17559 class In { 17584 ds(this.members, t.members, In); 18619 Uniform: In, 21151 Uniform: In, 27030 Im.LAYOUT = new Mn(wm.GLOBAL, Im.BINDING, Im.NAME, [ new In("cc_time", As.FLOAT4, 1), new In("cc_screenSize", As.FLOAT4, 1), new In("cc_nativeSize", As.FLOAT4, 1), new In("cc_debug_view_mode", As.FLOAT, 4), new In("cc_debug_view_composite_pack_1", As.FLOAT, 4), new In("cc_debug_view_composite_pack_ [all...] |
Completed in 33 milliseconds