Home
last modified time | relevance | path

Searched defs:search (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp23 auto search = numberLiteralMap_.find(value); in CreateNumberLiteralType() local
35 auto search = bigintLiteralMap_.find(str); in CreateBigintLiteralType() local
47 auto search = stringLiteralMap_.find(str); in CreateStringLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp22 auto search = numberLiteralMap_.find(value); in CreateNumberLiteralType() local
34 auto search = bigintLiteralMap_.find(str); in CreateBigintLiteralType() local
46 auto search = stringLiteralMap_.find(str); in CreateStringLiteralType() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DstringLiteral.cpp40 auto search = checker->StringLiteralMap().find(str_); in Check() local
DnumberLiteral.cpp52 auto search = checker->NumberLiteralMap().find(number_); in Check() local
DbigIntLiteral.cpp39 auto search = checker->BigintLiteralMap().find(src_); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp453 auto search = constantCache_.find({machineType, value, type}); in GetConstantGate() local
464 auto search = constantCache_.find({machineType, value, type}); in ClearConstantCache() local
479 auto search = initialEnvCache_.find(jsFunc); in GetInitialEnvGate() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1158 auto search = checker->BigintLiteralMap().find(expr->Str()); in Check() local
1188 auto search = checker->NumberLiteralMap().find(expr->Number().GetDouble()); in Check() local
1208 auto search = checker->StringLiteralMap().find(expr->Str()); in Check() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp325 const JSHandle<EcmaString> &receiver, const JSHandle<EcmaString> &search, int pos) in IndexOf()
379 const JSHandle<EcmaString> &receiver, const JSHandle<EcmaString> &search, int pos) in LastIndexOf()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2376 auto search = typeFlagToSignaturesMap.find(checker::ETSChecker::ETSType(GetAccumulatorType())); in StringBuilderAppend() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1569 auto search = labels.find(insn.label); in Emit() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1679 auto search = labels.find(insn.label); in Emit() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1238 auto search = slowPathsMap_.find(id); in CreateJumpToClassResolverPltShared() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument