Home
last modified time | relevance | path

Searched refs:GetElementNoExceptionThrown (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dliveedit.cc668 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()
Dexecution.cc705 GetElementNoExceptionThrown(serial_number); in InstantiateFunction()
Dobjects-inl.h845 Object* Object::GetElementNoExceptionThrown(uint32_t index) { in GetElementNoExceptionThrown() function
Dobjects.h946 inline Object* GetElementNoExceptionThrown(uint32_t index);
Dapi.cc1953 i::Object* raw_object = self->GetElementNoExceptionThrown(index); in GetFrame()