/arkcompiler/runtime_core/static_core/verification/absint/ |
D | abs_int_inl.h | 323 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMov() local 342 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovWide() local 361 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovObj() local 400 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovi() local 412 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMoviWide() local 424 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmovi() local 436 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmoviWide() local 448 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovNull() local 580 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); in HandleLdaConst() local 630 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleSta() local [all …]
|
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/ |
D | primitives_in_block.ts | 23 let vd: void = undefined; variable
|
D | primitives_in_if.ts | 23 let vd: void = undefined; variable
|
D | primitives_no_type_annotation.ts | 23 let vd = undefined; variable
|
D | primitives_only_type_annotation.ts | 23 let vd: void; variable
|
D | primitives_in_for.ts | 23 let vd: void = undefined; variable
|
D | primitives_in_class.ts | 24 vd: void = undefined; property in A
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | regSpiller.cpp | 81 IRNode *DynamicRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, in MoveReg() 112 IRNode *StaticRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, cons… in MoveReg()
|
D | ETSGen.cpp | 173 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov() 191 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov() 212 void ETSGen::MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) in MoveVreg()
|
D | pandagen.cpp | 342 IRNode *PandaGen::AllocMov(const ir::AstNode *node, const VReg vd, const VReg vs) in AllocMov() 347 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov() 353 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
D | interpreter-inl.h | 135 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMov() local 146 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovWide() local 157 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovObj() local 168 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovDyn() local 180 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovi() local 190 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMoviWide() local 200 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmovi() local 210 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmoviWide() local 219 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovNull() local 346 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleSta() local [all …]
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | codegen.cpp | 1522 compiler::Register vd = inst->GetSrcReg(0U); in VisitStoreObject() local 1622 compiler::Register vd = inst->GetDstReg(); in VisitLoadObject() local 1674 compiler::Register vd = inst->GetDstReg(); in VisitLoadStatic() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
D | interpreter-inl.h | 458 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovundefined() local
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 783 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|