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

  /external/v8/src/crankshaft/
lithium-codegen.h 19 class LPlatformChunk;
35 LPlatformChunk* chunk() const { return chunk_; }
74 LPlatformChunk* const chunk_;
lithium-allocator.h 26 class LPlatformChunk;
349 LPlatformChunk* chunk() const { return chunk_; }
515 LPlatformChunk* chunk_;
lithium.h 625 class LPlatformChunk;
630 // arch-specific LPlatformChunk classes.
732 LPlatformChunk* chunk() const { return chunk_; }
768 LPlatformChunk* chunk_;
lithium-codegen.cc 51 : chunk_(static_cast<LPlatformChunk*>(chunk)),
lithium-allocator.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 114 LPlatformChunk* chunk() const { return chunk_; }
lithium-x64.h 250 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const {
290 bool MustSignExtendResult(LPlatformChunk* chunk) const final;
    [all...]
lithium-x64.cc 158 LPlatformChunk* chunk) const {
313 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
328 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
407 LPlatformChunk* LChunkBuilder::Build() {
409 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
lithium-arm.cc 363 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
370 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
381 LPlatformChunk* LChunkBuilder::Build() {
383 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc 509 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; }
511 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
536 LPlatformChunk* LChunkBuilder::Build() {
538 chunk_ = new(zone()) LPlatformChunk(info_, graph_);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc 323 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
334 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
410 LPlatformChunk* LChunkBuilder::Build() {
412 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
lithium-mips.cc 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
377 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
388 LPlatformChunk* LChunkBuilder::Build() {
390 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
377 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
388 LPlatformChunk* LChunkBuilder::Build() {
390 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
lithium-ppc.cc 376 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
383 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
394 LPlatformChunk* LChunkBuilder::Build() {
396 chunk_ = new (zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
lithium-s390.cc 341 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
347 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
357 LPlatformChunk* LChunkBuilder::Build() {
359 chunk_ = new (zone()) LPlatformChunk(info(), graph());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h     [all...]
lithium-x87.cc 334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
345 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
421 LPlatformChunk* LChunkBuilder::Build() {
423 chunk_ = new(zone()) LPlatformChunk(info(), graph());
    [all...]

Completed in 980 milliseconds