| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 324 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMov() local 343 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovWide() local 362 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovObj() local 460 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLda() local 483 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaWide() local 500 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaObj() local 790 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJeqObj() local 823 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJneObj() local 1451 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr8() local 1461 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr16() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 136 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMov() local 147 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovWide() local 158 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovObj() local 169 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovDyn() local 228 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLda() local 237 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaWide() local 246 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaObj() local 1720 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdarrObj() local 1738 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaDyn() local 1796 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLenarr() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 193 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjName() local 235 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameWide() local 277 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameObj() local 321 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjName() local 363 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameWide() local 405 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameObj() local
|
| /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() 1099 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 1523 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreObject() local 1575 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreStatic() local 1621 compiler::Register vs = inst->GetSrcReg(0U); in VisitLoadObject() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_type.cpp | 33 constexpr uint32_t Bitmap(std::initializer_list<Builtin> vs) in Bitmap()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 771 uint16_t vs = READ_INST_8_1(); in InitBytecodeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1783 uint16_t vs = READ_INST_8_1(); in RunInternal() local 1867 uint16_t vs = READ_INST_8_1(); in RunInternal() local 1916 uint16_t vs = READ_INST_8_1(); in RunInternal() local 5072 uint16_t vs = READ_INST_8_1(); in RunInternal() local 5098 uint16_t vs = READ_INST_8_1(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1076 uint16_t vs = READ_INST_8_1(); in HandleMod2Imm8V8() local 1181 uint16_t vs = READ_INST_8_1(); in HandleLesseqImm8V8() local 1246 uint16_t vs = READ_INST_8_1(); in HandleGreatereqImm8V8() local 4495 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedGetresumemodePrefV8() local 4512 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedResumegeneratorPrefV8() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 783 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() 1364 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 99475 class vs extends hs { class
|
| /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
|