Searched refs:GetElementNoExceptionThrown (Results 1 – 5 of 5) sorted by relevance
668 return array_->GetElementNoExceptionThrown(field_position); in GetField()755 array->GetElementNoExceptionThrown(kSharedInfoOffset_)->IsJSValue(); in IsInstance()812 result_->GetElementNoExceptionThrown(current_parent_index_)); in FunctionDone()821 result_->GetElementNoExceptionThrown(current_parent_index_)); in FunctionCode()833 result_->GetElementNoExceptionThrown(current_parent_index_)); in FunctionInfo()914 SharedFunctionInfo::cast(array->GetElementNoExceptionThrown(i))); in WrapSharedFunctionInfos()1164 Object* element = position_change_array->GetElementNoExceptionThrown(i); in TranslatePosition()1169 element = position_change_array->GetElementNoExceptionThrown(i + 1); in TranslatePosition()1173 element = position_change_array->GetElementNoExceptionThrown(i + 2); in TranslatePosition()1422 JSValue::cast(shared_info_array->GetElementNoExceptionThrown(i)); in CheckActivation()
705 GetElementNoExceptionThrown(serial_number); in InstantiateFunction()
845 Object* Object::GetElementNoExceptionThrown(uint32_t index) { in GetElementNoExceptionThrown() function
946 inline Object* GetElementNoExceptionThrown(uint32_t index);
1953 i::Object* raw_object = self->GetElementNoExceptionThrown(index); in GetFrame()