HomeSort by relevance Sort by last modified time
    Searched refs:LPlatformChunk (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/src/
lithium-codegen.h 18 class LPlatformChunk;
34 LPlatformChunk* chunk() const { return chunk_; }
64 LPlatformChunk* const chunk_;
lithium-allocator.h 26 class LPlatformChunk;
349 LPlatformChunk* chunk() const { return chunk_; }
515 LPlatformChunk* chunk_;
lithium.h 613 class LPlatformChunk;
618 // arch-specific LPlatformChunk classes.
717 LPlatformChunk* chunk() const { return chunk_; }
743 LPlatformChunk* chunk_;
lithium-codegen.cc 46 : chunk_(static_cast<LPlatformChunk*>(chunk)),
lithium-allocator.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 123 LPlatformChunk* chunk() const { return chunk_; }
lithium-x64.h 261 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const {
302 LPlatformChunk* chunk) const FINAL OVERRIDE;
    [all...]
lithium-x64.cc 156 LPlatformChunk* chunk) const {
332 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
347 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
426 LPlatformChunk* LChunkBuilder::Build() {
428 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h     [all...]
lithium-arm.cc 382 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
389 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
400 LPlatformChunk* LChunkBuilder::Build() {
402 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc 530 int LPlatformChunk::GetNextSpillIndex() {
535 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
560 LPlatformChunk* LChunkBuilder::Build() {
562 chunk_ = new(zone()) LPlatformChunk(info_, graph_);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc 344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
355 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
431 LPlatformChunk* LChunkBuilder::Build() {
433 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h     [all...]
lithium-mips.cc 389 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
396 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
407 LPlatformChunk* LChunkBuilder::Build() {
409 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc 389 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
396 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
407 LPlatformChunk* LChunkBuilder::Build() {
409 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h     [all...]
lithium-x87.cc 355 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
366 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
442 LPlatformChunk* LChunkBuilder::Build() {
444 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]

Completed in 1124 milliseconds