OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullCodeGenerator
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/v8/src/
full-codegen.cc
304
bool
FullCodeGenerator
::MakeCode(CompilationInfo* info) {
322
FullCodeGenerator
cgen(&masm, info);
351
unsigned
FullCodeGenerator
::EmitBackEdgeTable() {
368
void
FullCodeGenerator
::EnsureSlotContainsAllocationSite(int slot) {
378
void
FullCodeGenerator
::PopulateDeoptimizationData(Handle<Code> code) {
393
void
FullCodeGenerator
::PopulateTypeFeedbackInfo(Handle<Code> code) {
401
void
FullCodeGenerator
::Initialize() {
416
void
FullCodeGenerator
::PrepareForBailout(Expression* node, State state) {
421
void
FullCodeGenerator
::CallLoadIC(ContextualMode contextual_mode,
428
void
FullCodeGenerator
::CallStoreIC(TypeFeedbackId id)
[
all
...]
full-codegen.h
57
class
FullCodeGenerator
: public AstVisitor {
64
FullCodeGenerator
(MacroAssembler* masm, CompilationInfo* info)
133
explicit NestedStatement(
FullCodeGenerator
* codegen) : codegen_(codegen) {
163
FullCodeGenerator
* codegen_;
173
Breakable(
FullCodeGenerator
* codegen, BreakableStatement* statement)
194
Iteration(
FullCodeGenerator
* codegen, IterationStatement* statement)
213
NestedBlock(
FullCodeGenerator
* codegen, Block* block)
229
explicit TryCatch(
FullCodeGenerator
* codegen) : NestedStatement(codegen) {
239
TryFinally(
FullCodeGenerator
* codegen, Label* finally_entry)
255
explicit Finally(
FullCodeGenerator
* codegen) : NestedStatement(codegen) {
[
all
...]
runtime-profiler.cc
43
100 *
FullCodeGenerator
::kCodeSizeMultiplier;
46
4 *
FullCodeGenerator
::kCodeSizeMultiplier;
51
5 *
FullCodeGenerator
::kCodeSizeMultiplier;
compiler.cc
646
if (!
FullCodeGenerator
::MakeCode(info)) {
911
if (!
FullCodeGenerator
::MakeCode(&unoptimized)) return false;
[
all
...]
deoptimizer.cc
866
FullCodeGenerator
::State2String(
867
static_cast<
FullCodeGenerator
::State>(
[
all
...]
frames.cc
[
all
...]
objects.cc
[
all
...]
/external/chromium_org/v8/src/arm/
full-codegen-arm.cc
107
void
FullCodeGenerator
::Generate() {
337
void
FullCodeGenerator
::ClearAccumulator() {
342
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
357
void
FullCodeGenerator
::EmitProfilingCounterReset() {
383
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
414
void
FullCodeGenerator
::EmitReturnSequence() {
476
void
FullCodeGenerator
::EffectContext::Plug(Variable* var) const {
481
void
FullCodeGenerator
::AccumulatorValueContext::Plug(Variable* var) const {
487
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
494
void
FullCodeGenerator
::TestContext::Plug(Variable* var) const
[
all
...]
builtins-arm.cc
[
all
...]
/external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc
105
void
FullCodeGenerator
::Generate() {
336
void
FullCodeGenerator
::ClearAccumulator() {
341
void
FullCodeGenerator
::EmitProfilingCounterDecrement(int delta) {
349
void
FullCodeGenerator
::EmitProfilingCounterReset() {
361
void
FullCodeGenerator
::EmitBackEdgeBookkeeping(IterationStatement* stmt,
398
void
FullCodeGenerator
::EmitReturnSequence() {
463
void
FullCodeGenerator
::EffectContext::Plug(Variable* var) const {
468
void
FullCodeGenerator
::AccumulatorValueContext::Plug(Variable* var) const {
474
void
FullCodeGenerator
::StackValueContext::Plug(Variable* var) const {
481
void
FullCodeGenerator
::TestContext::Plug(Variable* var) const
[
all
...]