Home
last modified time | relevance | path

Searched defs:re (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.cpp615 auto re = static_cast<RegEncoder *>(visitor); in VisitIntrinsic() local
628 auto re = static_cast<RegEncoder *>(v); in VisitLoadObject() local
658 auto re = static_cast<RegEncoder *>(v); in VisitLoadStatic() local
686 auto re = static_cast<RegEncoder *>(v); in VisitStoreObject() local
716 auto re = static_cast<RegEncoder *>(v); in VisitStoreStatic() local
Dreg_encoder.h201 auto *re = static_cast<RegEncoder *>(visitor); in CallHelper() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp288 auto re = remap->at(src); in AddMovesChain() local
307 auto re = remap->at(first_dst); in AddMovesChain() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp289 auto re = remap->at(src); in AddMovesChain() local
308 auto re = remap->at(firstDst); in AddMovesChain() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h179 auto *re = static_cast<RegEncoder *>(visitor); in CallHelper() local
Dreg_encoder.cpp490 auto re = static_cast<RegEncoder *>(visitor); in VisitIntrinsic() local
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js29 const re = /apples/gi; constant
77 const re = /\s*(?:;|$)\s*/; constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp276 GateRef re = Load(VariableType::INT8(), block, byteIndex); in GetValueFromBuffer() local
285 GateRef re = Load(VariableType::INT8(), block, byteIndex); in GetValueFromBuffer() local
294 GateRef re = Load(VariableType::INT8(), block, byteIndex); in GetValueFromBuffer() local
312 GateRef re = Load(VariableType::INT16(), block, byteIndex); in GetValueFromBuffer() local
321 GateRef re = Load(VariableType::INT16(), block, byteIndex); in GetValueFromBuffer() local
330 GateRef re = Load(VariableType::INT32(), block, byteIndex); in GetValueFromBuffer() local
345 GateRef re = Load(VariableType::INT32(), block, byteIndex); in GetValueFromBuffer() local
364 GateRef re = Load(VariableType::INT32(), block, byteIndex); in GetValueFromBuffer() local
373 GateRef re = Load(VariableType::INT64(), block, byteIndex); in GetValueFromBuffer() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp30 RegExpParser::RegExpParser(const RegExp &re, ArenaAllocator *allocator) in RegExpParser()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp31 RegExpParser::RegExpParser(const RegExp &re, ArenaAllocator *allocator) in RegExpParser()
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js505 const re = /-/y; constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1027 JSHandle<JSRegExp> re(searchTag); in Replace() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …er"==typeof e)throw new TypeError('"value" argument must not be a number');return a=e,"ArrayBuffer… function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10405 function re(t, e) { function