HomeSort by relevance Sort by last modified time
    Searched defs:ast_id (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/src/
type-info.cc 35 static uint32_t IdToKey(TypeFeedbackId ast_id) {
36 return static_cast<uint32_t>(ast_id.ToInt());
40 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
41 int entry = dictionary_->FindEntry(IdToKey(ast_id));
76 bool TypeFeedbackOracle::StoreIsUninitialized(TypeFeedbackId ast_id) {
77 Handle<Object> maybe_code = GetInfo(ast_id);
84 bool TypeFeedbackOracle::StoreIsKeyedPolymorphic(TypeFeedbackId ast_id) {
85 Handle<Object> maybe_code = GetInfo(ast_id);
119 TypeFeedbackId ast_id) {
120 Handle<Object> maybe_code = GetInfo(ast_id);
437 TypeFeedbackId ast_id = local
    [all...]
lithium.cc 197 stream->Add("[id=%d|", ast_id().ToInt());
534 BailoutId ast_id = hydrogen_env->ast_id(); local
535 DCHECK(!ast_id.IsNone() ||
546 ast_id,
full-codegen.h 883 BailoutId ast_id(uint32_t index) { function in class:v8::internal::BackEdgeTable
    [all...]
frames.cc 967 BailoutId ast_id = BailoutId(it.Next()); local
    [all...]
lithium.h 392 BailoutId ast_id,
404 ast_id_(ast_id),
422 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::FINAL
hydrogen.h 113 void SetJoinId(BailoutId ast_id);
117 HSimulate* AddNewSimulate(BailoutId ast_id,
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
578 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::FINAL
776 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
782 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
789 BailoutId ast_id) = 0;
825 BailoutId ast_id) OVERRIDE;
827 BailoutId ast_id) OVERRIDE
    [all...]
hydrogen-instructions.h 1822 BailoutId ast_id() const { return ast_id_; } function in class:v8::FINAL
5273 BailoutId ast_id() const { return ast_id_; } function in class:v8::FINAL::FINAL
    [all...]
objects.cc 10670 int ast_id = iterator.Next(); local
10673 os << "{ast_id=" << ast_id << ", function="; local
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 1723 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id); local
    [all...]

Completed in 7425 milliseconds