HomeSort by relevance Sort by last modified time
    Searched refs:ast_id (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/v8/src/runtime/
runtime-compiler.cc 226 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); local
227 DCHECK(!ast_id.IsNone());
234 PrintF(" at AST id %d]\n", ast_id.ToInt());
236 maybe_result = Compiler::GetOptimizedCodeForOSR(function, ast_id, frame);
250 DCHECK(BailoutId(data->OsrAstId()->value()) == ast_id);
253 ast_id.ToInt(), data->OsrPcOffset()->value());
276 PrintF(" at AST id %d]\n", ast_id.ToInt());
  /external/v8/src/
type-info.cc 32 static uint32_t IdToKey(TypeFeedbackId ast_id) {
33 return static_cast<uint32_t>(ast_id.ToInt());
37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
38 int entry = dictionary_->FindEntry(IdToKey(ast_id));
443 TypeFeedbackId ast_id = local
454 SetInfo(ast_id, target);
464 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) {
465 DCHECK(dictionary_->FindEntry(IdToKey(ast_id)) ==
471 dictionary_, IdToKey(ast_id), handle(target, isolate())));
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 31 !current_simulate->ast_id().IsNone()) {
74 } else if (current_simulate->ast_id().IsNone()) {
lithium.cc 198 stream->Add("[id=%d|", ast_id().ToInt());
577 BailoutId ast_id = hydrogen_env->ast_id();
578 DCHECK(!ast_id.IsNone() ||
593 ast_id, 0, 0, 0, outer, hydrogen_env->entry(), zone());
608 ast_id,
hydrogen.h 136 void SetJoinId(BailoutId ast_id);
140 HSimulate* AddNewSimulate(BailoutId ast_id, SourcePosition position,
142 HSimulate* instr = CreateSimulate(ast_id, removable);
191 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
569 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::final
781 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
787 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
794 BailoutId ast_id) = 0;
829 void ReturnInstruction(HInstruction* instr, BailoutId ast_id) override;
830 void ReturnControl(HControlInstruction* instr, BailoutId ast_id) override
    [all...]
hydrogen.cc 317 DCHECK(!last_environment()->ast_id().IsNone());
342 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id,
346 DCHECK(ast_id.IsNone() ||
347 ast_id == BailoutId::StubEntry() ||
348 environment->closure()->shared()->VerifyBailoutId(ast_id));
354 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
438 void HBasicBlock::SetJoinId(BailoutId ast_id) {
448 ->VerifyBailoutId(ast_id)));
449 simulate->set_ast_id(ast_id);
450 predecessor->last_environment()->set_ast_id(ast_id);
    [all...]
lithium.h 404 BailoutId ast_id,
416 ast_id_(ast_id),
434 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::final
lithium-codegen.cc 221 translation->BeginJSFrame(environment->ast_id(), shared_id, height);
343 data->SetAstId(i, env->ast_id());
  /external/v8/src/compiler/
ast-graph-builder.h 237 void PrepareFrameState(Node* node, BailoutId ast_id,
244 void PrepareEagerCheckpoint(BailoutId ast_id);
538 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine =
ast-graph-builder.cc 894 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id,
907 ast_id, combine, builder()->frame_state_function_info());
    [all...]
  /external/v8/src/s390/
assembler-s390-inl.h 374 TypeFeedbackId ast_id) {
376 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
377 SetRecordedAstId(ast_id);
assembler-s390.h 625 TypeFeedbackId ast_id = TypeFeedbackId::None());
    [all...]
macro-assembler-s390.h 191 TypeFeedbackId ast_id = TypeFeedbackId::None(),
194 TypeFeedbackId ast_id = TypeFeedbackId::None(),
    [all...]
  /external/v8/src/profiler/
profiler-listener.cc 245 it.Next(); // Skip ast_id
293 BailoutId ast_id = BailoutId(it.Next()); local
298 int source_position = Deoptimizer::ComputeSourcePosition(shared, ast_id);
  /external/v8/src/x64/
assembler-x64-inl.h 59 TypeFeedbackId ast_id) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
63 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id.ToInt());
  /external/v8/src/arm/
macro-assembler-arm.h 102 TypeFeedbackId ast_id = TypeFeedbackId::None(),
114 TypeFeedbackId ast_id = TypeFeedbackId::None(), Condition cond = al,
118 TypeFeedbackId ast_id = TypeFeedbackId::None(),
    [all...]
macro-assembler-arm.cc 87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) {
88 return CallSize(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond);
135 TypeFeedbackId ast_id,
144 TypeFeedbackId ast_id,
150 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
151 SetRecordedAstId(ast_id);
    [all...]
assembler-arm.h     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 135 TypeFeedbackId ast_id = TypeFeedbackId::None(),
138 TypeFeedbackId ast_id = TypeFeedbackId::None(),
    [all...]
macro-assembler-ppc.cc 142 TypeFeedbackId ast_id, Condition cond) {
149 TypeFeedbackId ast_id, Condition cond) {
156 int expected_size = CallSize(code, rmode, ast_id, cond);
161 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
162 SetRecordedAstId(ast_id);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
assembler-arm64.h     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 191 TypeFeedbackId ast_id = TypeFeedbackId::None(),
195 TypeFeedbackId ast_id = TypeFeedbackId::None(),
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 219 TypeFeedbackId ast_id = TypeFeedbackId::None(),
223 TypeFeedbackId ast_id = TypeFeedbackId::None(),
    [all...]

Completed in 865 milliseconds

1 2 3