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

  /external/v8/src/crankshaft/
lithium-codegen.h 17 class LPlatformChunk;
33 LPlatformChunk* chunk() const { return chunk_; }
72 LPlatformChunk* const chunk_;
lithium-allocator.h 24 class LPlatformChunk;
347 LPlatformChunk* chunk() const { return chunk_; }
513 LPlatformChunk* chunk_;
lithium.h 624 class LPlatformChunk;
629 // arch-specific LPlatformChunk classes.
724 LPlatformChunk* chunk() const { return chunk_; }
750 LPlatformChunk* chunk_;
lithium-codegen.cc 48 : chunk_(static_cast<LPlatformChunk*>(chunk)),
lithium-allocator.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 118 LPlatformChunk* chunk() const { return chunk_; }
lithium-x64.h 249 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const {
287 bool MustSignExtendResult(LPlatformChunk* chunk) const final;
    [all...]
lithium-x64.cc 158 LPlatformChunk* chunk) const {
334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
349 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
428 LPlatformChunk* LChunkBuilder::Build() {
430 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
lithium-arm.cc 384 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
391 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
402 LPlatformChunk* LChunkBuilder::Build() {
404 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc 531 int LPlatformChunk::GetNextSpillIndex() {
536 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
561 LPlatformChunk* LChunkBuilder::Build() {
563 chunk_ = new(zone()) LPlatformChunk(info_, graph_);
    [all...]
  /external/v8/src/crankshaft/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/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
lithium-mips.cc 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
398 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
409 LPlatformChunk* LChunkBuilder::Build() {
411 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
398 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
409 LPlatformChunk* LChunkBuilder::Build() {
411 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
lithium-ppc.cc 397 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
404 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
415 LPlatformChunk* LChunkBuilder::Build() {
417 chunk_ = new (zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/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 915 milliseconds