HomeSort by relevance Sort by last modified time
    Searched defs:code_ (Results 26 - 30 of 30) sorted by null

12

  /external/v8/src/
compiler.h 161 Handle<Code> code() const { return code_; }
283 void SetCode(Handle<Code> code) { code_ = code; }
474 Handle<Code> code_; member in class:v8::internal::CompilationInfo
gdb-jit.cc 950 : name_(name), code_(code), shared_info_(shared), lineinfo_(lineinfo) {}
959 Code::Kind kind = code_->kind();
971 return reinterpret_cast<uintptr_t>(code_->instruction_start());
975 return reinterpret_cast<uintptr_t>(code_->instruction_end());
1015 Code* code_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
objects.cc 10382 MaybeHandle<Code> code_; member in class:v8::internal::CodeCacheHashTableKey
    [all...]
  /external/v8/src/parsing/
preparser.h 187 return TypeField::decode(code_) == kIdentifierExpression;
192 return PreParserIdentifier(IdentifierTypeField::decode(code_));
196 return TypeField::decode(code_) == kExpression &&
197 ExpressionTypeField::decode(code_) == kAssignment;
201 return TypeField::decode(code_) == kObjectLiteralExpression;
205 return TypeField::decode(code_) == kArrayLiteralExpression;
209 return TypeField::decode(code_) == kStringLiteralExpression;
213 return TypeField::decode(code_) == kStringLiteralExpression &&
214 IsUseStrictField::decode(code_);
218 return TypeField::decode(code_) == kStringLiteralExpression &
331 uint32_t code_; member in class:v8::internal::PreParserExpression
413 Type code_; member in class:v8::internal::PreParserStatement
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 265 milliseconds

12