HomeSort by relevance Sort by last modified time
    Searched refs:kAsmInt (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-asm-validator.cc 28 Bounds(Type::Function(cache.kAsmSigned, cache.kAsmInt, zone))
30 Bounds(Type::Function(cache.kAsmDouble, cache.kAsmInt, cache.kAsmInt, zone))
32 Bounds(Type::Function(cache.kAsmSigned, cache.kAsmInt, cache.kAsmInt, zone))
45 Bounds(Type::Array(Type::Function(cache.kAsmSigned, cache.kAsmInt, zone), \
132 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
133 CHECK_VAR(start, Bounds(cache.kAsmInt));
135 CHECK_VAR(start, Bounds(cache.kAsmInt));
139 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
    [all...]
  /external/v8/src/
typing-asm.cc 254 SetResult(expr, cache_.kAsmInt);
528 if (!computed_type_->Is(cache_.kAsmInt)) {
572 if (type->Is(cache_.kAsmInt)) {
573 type = cache_.kAsmInt;
713 if (type->Is(cache_.kAsmInt)) {
714 return cache_.kAsmInt;
1016 RECURSE(VisitWithExpectation(expr->expression(), cache_.kAsmInt,
    [all...]
type-cache.h 67 Type* const kAsmInt = Type::Union(kAsmSigned, kAsmUnsigned, zone());
75 Type* const kAsmIntQ = Type::Union(kAsmInt, kUntaggedUndefined, zone());
  /external/v8/src/wasm/
asm-wasm-builder.cc 890 } else if (type->Is(cache_.kAsmInt)) {
996 if (type->Is(cache_.kAsmInt)) {
    [all...]

Completed in 47 milliseconds