OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullCodeGenerator
(Results
1 - 16
of
16
) sorted by null
/external/v8/src/full-codegen/
full-codegen.cc
40
return
FullCodeGenerator
::MakeCode(info(), stack_limit()) ? SUCCEEDED
47
FullCodeGenerator
::
FullCodeGenerator
(MacroAssembler* masm,
74
CompilationJob*
FullCodeGenerator
::NewCompilationJob(CompilationInfo* info) {
79
bool
FullCodeGenerator
::MakeCode(CompilationInfo* info) {
84
bool
FullCodeGenerator
::MakeCode(CompilationInfo* info, uintptr_t stack_limit) {
105
FullCodeGenerator
cgen(&masm, info, stack_limit);
138
unsigned
FullCodeGenerator
::EmitBackEdgeTable() {
155
void
FullCodeGenerator
::PopulateDeoptimizationData(Handle<Code> code) {
170
void
FullCodeGenerator
::PopulateTypeFeedbackInfo(Handle<Code> code)
[
all
...]
full-codegen.h
32
class
FullCodeGenerator
final : public AstVisitor<
FullCodeGenerator
> {
34
FullCodeGenerator
(MacroAssembler* masm, CompilationInfo* info,
91
explicit NestedStatement(
FullCodeGenerator
* codegen)
126
FullCodeGenerator
* codegen_;
137
Breakable(
FullCodeGenerator
* codegen, BreakableStatement* statement)
157
Iteration(
FullCodeGenerator
* codegen, IterationStatement* statement)
175
NestedBlock(
FullCodeGenerator
* codegen, Block* block)
198
DeferredCommands(
FullCodeGenerator
* codegen, Label* finally_entry)
217
FullCodeGenerator
* codegen_
[
all
...]
/external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc
104
void
FullCodeGenerator
::Generate() {
370
void
FullCodeGenerator
::ClearAccumulator() {
375
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
383
void
FullCodeGenerator
::EmitProfilingCounterReset() {
391
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
424
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
450
void
FullCodeGenerator
::EmitReturnSequence() {
477
void
FullCodeGenerator
::RestoreContext() {
481
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
488
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const {
[
all
...]
/external/v8/src/full-codegen/s390/
full-codegen-s390.cc
110
void
FullCodeGenerator
::Generate() {
371
void
FullCodeGenerator
::ClearAccumulator() {
375
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
388
void
FullCodeGenerator
::EmitProfilingCounterReset() {
395
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
425
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
451
void
FullCodeGenerator
::EmitReturnSequence() {
478
void
FullCodeGenerator
::RestoreContext() {
482
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
488
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const {
[
all
...]
/external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc
106
void
FullCodeGenerator
::Generate() {
365
void
FullCodeGenerator
::ClearAccumulator() { __ Mov(x0, Smi::kZero); }
367
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
375
void
FullCodeGenerator
::EmitProfilingCounterReset() {
383
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
420
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
445
void
FullCodeGenerator
::EmitReturnSequence() {
480
void
FullCodeGenerator
::RestoreContext() {
484
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
491
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/arm/
full-codegen-arm.cc
106
void
FullCodeGenerator
::Generate() {
364
void
FullCodeGenerator
::ClearAccumulator() { __ mov(r0, Operand(Smi::kZero)); }
366
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
381
void
FullCodeGenerator
::EmitProfilingCounterReset() {
403
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
433
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
458
void
FullCodeGenerator
::EmitReturnSequence() {
489
void
FullCodeGenerator
::RestoreContext() {
493
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
500
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc
95
void
FullCodeGenerator
::Generate() {
350
void
FullCodeGenerator
::ClearAccumulator() {
355
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
362
void
FullCodeGenerator
::EmitProfilingCounterReset() {
370
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
398
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
423
void
FullCodeGenerator
::EmitReturnSequence() {
445
void
FullCodeGenerator
::RestoreContext() {
449
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
457
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/x64/
full-codegen-x64.cc
94
void
FullCodeGenerator
::Generate() {
347
void
FullCodeGenerator
::ClearAccumulator() {
352
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
359
void
FullCodeGenerator
::EmitProfilingCounterReset() {
370
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
403
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
428
void
FullCodeGenerator
::EmitReturnSequence() {
449
void
FullCodeGenerator
::RestoreContext() {
453
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
460
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/x87/
full-codegen-x87.cc
95
void
FullCodeGenerator
::Generate() {
347
void
FullCodeGenerator
::ClearAccumulator() {
352
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
359
void
FullCodeGenerator
::EmitProfilingCounterReset() {
367
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
395
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
420
void
FullCodeGenerator
::EmitReturnSequence() {
442
void
FullCodeGenerator
::RestoreContext() {
446
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
454
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/mips/
full-codegen-mips.cc
114
void
FullCodeGenerator
::Generate() {
370
void
FullCodeGenerator
::ClearAccumulator() {
376
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
384
void
FullCodeGenerator
::EmitProfilingCounterReset() {
396
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
429
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
454
void
FullCodeGenerator
::EmitReturnSequence() {
482
void
FullCodeGenerator
::RestoreContext() {
486
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
493
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc
114
void
FullCodeGenerator
::Generate() {
369
void
FullCodeGenerator
::ClearAccumulator() {
375
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
383
void
FullCodeGenerator
::EmitProfilingCounterReset() {
395
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
428
void
FullCodeGenerator
::EmitProfilingCounterHandlingForReturnSequence(
453
void
FullCodeGenerator
::EmitReturnSequence() {
481
void
FullCodeGenerator
::RestoreContext() {
485
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
492
void
FullCodeGenerator
::EffectContext::Plug(Heap::RootListIndex index) const
[
all
...]
/external/v8/src/
runtime-profiler.cc
44
100 *
FullCodeGenerator
::kCodeSizeMultiplier;
49
4 *
FullCodeGenerator
::kCodeSizeMultiplier;
56
5 *
FullCodeGenerator
::kCodeSizeMultiplier;
deoptimizer.cc
638
unsigned pc_offset =
FullCodeGenerator
::PcField::decode(pc_and_state);
[
all
...]
compiler.cc
367
return
FullCodeGenerator
::NewCompilationJob(info);
836
!
FullCodeGenerator
::MakeCode(&info)) {
[
all
...]
frames.cc
[
all
...]
objects.cc
[
all
...]
Completed in 3860 milliseconds