Lines Matching defs:const
354 Isolate* TranslatedValue::isolate() const { return container_->isolate(); }
356 Object TranslatedValue::raw_literal() const {
361 int32_t TranslatedValue::int32_value() const {
366 int64_t TranslatedValue::int64_value() const {
371 uint32_t TranslatedValue::uint32_value() const {
376 Float32 TranslatedValue::float_value() const {
381 Float64 TranslatedValue::double_value() const {
386 int TranslatedValue::object_length() const {
391 int TranslatedValue::object_index() const {
396 Object TranslatedValue::GetRawValue() const {
563 bool TranslatedValue::IsMaterializedObject() const {
573 bool TranslatedValue::IsMaterializableByDebugger() const {
578 int TranslatedValue::GetChildrenCount() const {
1281 TranslatedState::TranslatedState(const JavaScriptFrame* frame)
1285 static_cast<const OptimizedFrame*>(frame)->GetDeoptimizationData(
1419 const DisallowGarbageCollection& no_gc) {
1513 int TranslatedValue::GetSmiValue() const {
1844 Handle<Map> map, const DisallowGarbageCollection& no_gc) {
1892 Handle<Map> map, const DisallowGarbageCollection& no_gc) {
1985 const int height = frames_[i].height() + kTheContext;