Searched refs:YIELD (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/parsing/ |
D | token.h | 158 K(YIELD, "yield", 0) \ 207 case YIELD: in IsIdentifier()
|
D | parser-base.h | 423 next == Token::STATIC || next == Token::YIELD; in peek_any_identifier() 995 case Token::YIELD: in GetUnexpectedTokenMessage() 1110 (next == Token::YIELD && !is_generator()))) { in ParseAndClassifyIdentifier() 1140 next == Token::STATIC || (next == Token::YIELD && !is_generator)) { in ParseIdentifierOrStrictReservedWord() 1159 next != Token::LET && next != Token::STATIC && next != Token::YIELD && in ParseIdentifierName() 1279 case Token::YIELD: in ParsePrimaryExpression() 1983 if (peek() == Token::YIELD && is_generator()) { in ParseAssignmentExpression() 2157 Expect(Token::YIELD, CHECK_OK); in ParseYieldExpression() 3019 case Token::YIELD: in IsNextLetKeyword()
|
D | preparser.cc | 50 } else if (scanner->current_token() == Token::YIELD) { in GetSymbol()
|
D | scanner.cc | 1176 KEYWORD("yield", Token::YIELD)
|
/external/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 16 @ YIELD/WFE/WFI/SEV - are not supported pre v6K
|
D | thumb-diagnostics.s | 238 @ SEV/WFE/WFI/YIELD - are not supported pre v6M or v6T2
|
D | basic-thumb2-instructions.s | 3694 @ WFE/WFI/YIELD/HINT
|
D | basic-arm-instructions.s | 3530 @ WFE/WFI/YIELD
|
/external/libmtp/ |
D | TODO | 92 YIELD MUCH.
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 351 YIELD = 1, enumerator
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 287 // NOP,SEV,SEVL,WFE,WFI,YIELD
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 288 YIELD = 1, enumerator
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2.txt | 2692 # WFE/WFI/YIELD
|
D | basic-arm-instructions.txt | 2521 # WFE/WFI/YIELD
|