v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
simulator-mips.h File Reference
#include "allocation.h"
#include "constants-mips.h"
Include dependency graph for simulator-mips.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SimulatorStack
 

Namespaces

 v8
 
 v8::internal
 

Macros

#define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4)   entry(p0, p1, p2, p3, p4)
 
#define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8)
 
#define TRY_CATCH_FROM_ADDRESS(try_catch_address)   reinterpret_cast<TryCatch*>(try_catch_address)
 
#define GENERATED_CODE_STACK_LIMIT(limit)
 

Typedefs

typedef int(* mips_regexp_matcher )(String *, int, const byte *, const byte *, void *, int *, int, Address, int, Isolate *)
 

Macro Definition Documentation

#define CALL_GENERATED_CODE (   entry,
  p0,
  p1,
  p2,
  p3,
  p4 
)    entry(p0, p1, p2, p3, p4)

Definition at line 49 of file simulator-mips.h.

#define CALL_GENERATED_REGEXP_CODE (   entry,
  p0,
  p1,
  p2,
  p3,
  p4,
  p5,
  p6,
  p7,
  p8 
)
Value:
(FUNCTION_CAST<mips_regexp_matcher>(entry)( \
p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8))
activate correct semantics for inheriting readonliness enable harmony semantics for typeof enable harmony enable harmony proxies enable all harmony harmony_scoping harmony_proxies harmony_scoping tracks arrays with only smi values automatically unbox arrays of doubles use crankshaft use hydrogen range analysis use hydrogen global value numbering use function inlining maximum number of AST nodes considered for a single inlining loop invariant code motion print statistics for hydrogen trace generated IR for specified phases trace register allocator trace range analysis trace representation types environment for every instruction put a break point before deoptimizing polymorphic inlining perform array bounds checks elimination trace on stack replacement optimize closures functions with arguments object optimize functions containing for in loops profiler considers IC stability primitive functions trigger their own optimization re try self optimization if it failed insert an interrupt check at function exit execution budget before interrupt is triggered call count before self optimization self_optimization count_based_interrupts weighted_back_edges trace_opt emit comments in code disassembly enable use of SSE3 instructions if available enable use of CMOV instruction if available enable use of SAHF instruction if enable use of VFP3 instructions if available this implies enabling ARMv7 enable use of ARMv7 instructions if enable use of MIPS FPU instructions if NULL

Definition at line 60 of file simulator-mips.h.

#define GENERATED_CODE_STACK_LIMIT (   limit)
Value:
(reinterpret_cast<uintptr_t>(this) >= limit ? \
reinterpret_cast<uintptr_t>(this) - limit : 0)

Definition at line 92 of file simulator-mips.h.

#define TRY_CATCH_FROM_ADDRESS (   try_catch_address)    reinterpret_cast<TryCatch*>(try_catch_address)

Definition at line 64 of file simulator-mips.h.