OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
deoptimizer.h
778
: addr_(NULL),
representation_
(UNKNOWN) { }
781
: addr_(addr),
representation_
(representation) { }
784
: literal_(literal, isolate),
representation_
(LITERAL) { }
788
slot.
representation_
= ARGUMENTS_OBJECT;
795
slot.
representation_
= DEFERRED_OBJECT;
800
SlotRepresentation Representation() { return
representation_
; }
804
slot.
representation_
= DUPLICATE_OBJECT;
810
if (
representation_
== DEFERRED_OBJECT ||
811
representation_
== ARGUMENTS_OBJECT) {
825
SlotRepresentation
representation_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
hydrogen-instructions.h
583
Representation representation() const { return
representation_
; }
588
representation_
= r;
866
ASSERT(
representation_
.IsNone() && !r.IsNone());
867
representation_
= r;
909
Representation
representation_
;
member in namespace:v8
[
all
...]
deoptimizer.cc
[
all
...]
hydrogen-instructions.cc
555
stream->Add("%s%d",
representation_
.Mnemonic(), id());
[
all
...]
Completed in 237 milliseconds